diff options
author | Richard Linden <none@none> | 2011-10-11 22:49:00 -0700 |
---|---|---|
committer | Richard Linden <none@none> | 2011-10-11 22:49:00 -0700 |
commit | d0cda13235079c6626ebc7bbe4de542784d50fa0 (patch) | |
tree | 60e8a29d53051aeb5bff81eb5e8af6851ba2d133 /indra/newview/lllandmarkactions.cpp | |
parent | fd1a688f463703ec78a399b35fed19b3d907c91b (diff) |
EXP-1275 FIX A UI element or Keyboard shortcut to clear the viewport
Ctrl+Shift+U now toggles UI and hides floaters
refactored main_view.xml
made all members of llviewerwindow private
Diffstat (limited to 'indra/newview/lllandmarkactions.cpp')
-rw-r--r-- | indra/newview/lllandmarkactions.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/lllandmarkactions.cpp b/indra/newview/lllandmarkactions.cpp index f2aec20611..6625a194fb 100644 --- a/indra/newview/lllandmarkactions.cpp +++ b/indra/newview/lllandmarkactions.cpp @@ -413,7 +413,7 @@ void LLLandmarkActions::copySLURLtoClipboard(const LLUUID& landmarkInventoryItem void copy_slurl_to_clipboard_callback(const std::string& slurl) { - gViewerWindow->mWindow->copyTextToClipboard(utf8str_to_wstring(slurl)); + gViewerWindow->getWindow()->copyTextToClipboard(utf8str_to_wstring(slurl)); LLSD args; args["SLURL"] = slurl; LLNotificationsUtil::add("CopySLURL", args); |