diff options
author | Patrick Sapinski | 2010-08-24 03:04:20 -0400 |
---|---|---|
committer | McCabe Maxsted | 2010-08-30 17:04:59 -0700 |
commit | ded1245db74ae4c97d174c5779f8572ee2f032fa (patch) | |
tree | f42c33f233ed68e715a0ac4c74ddc043f43a68da /linden/indra/newview/llviewertexteditor.cpp | |
parent | Added debug setting UseLegacyChatLogsFolder for saving chat.txt and IM logs i... (diff) | |
download | meta-impy-ded1245db74ae4c97d174c5779f8572ee2f032fa.zip meta-impy-ded1245db74ae4c97d174c5779f8572ee2f032fa.tar.gz meta-impy-ded1245db74ae4c97d174c5779f8572ee2f032fa.tar.bz2 meta-impy-ded1245db74ae4c97d174c5779f8572ee2f032fa.tar.xz |
added spellcheck + translation from Emerald Viewer. references to modularsystems.sl should be changed!
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/llviewertexteditor.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linden/indra/newview/llviewertexteditor.cpp b/linden/indra/newview/llviewertexteditor.cpp index 0e16282..981c9bc 100644 --- a/linden/indra/newview/llviewertexteditor.cpp +++ b/linden/indra/newview/llviewertexteditor.cpp | |||
@@ -943,6 +943,7 @@ BOOL LLViewerTextEditor::handleMouseUp(S32 x, S32 y, MASK mask) | |||
943 | BOOL LLViewerTextEditor::handleRightMouseDown(S32 x, S32 y, MASK mask) | 943 | BOOL LLViewerTextEditor::handleRightMouseDown(S32 x, S32 y, MASK mask) |
944 | { | 944 | { |
945 | BOOL handled = childrenHandleRightMouseDown(x, y, mask) != NULL; | 945 | BOOL handled = childrenHandleRightMouseDown(x, y, mask) != NULL; |
946 | if(!handled)handled = LLTextEditor::handleRightMouseDown(x, y, mask); | ||
946 | 947 | ||
947 | // *TODO: Add right click menus for SLURLs | 948 | // *TODO: Add right click menus for SLURLs |
948 | // if(! handled) | 949 | // if(! handled) |