aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llui/lltexteditor.h
diff options
context:
space:
mode:
authorMcCabe Maxsted2011-04-11 20:11:26 -0700
committerMcCabe Maxsted2011-04-11 20:28:01 -0700
commit84ba6c134cd7f75e8f3be86b444c9e7f57660c18 (patch)
tree45b96492d1b93ae17a94e0bca7f44d3c2d3f0c31 /linden/indra/llui/lltexteditor.h
parentFixed #599: 'Account History'/'Manage My Account' use SL-specific URLs (since... (diff)
downloadmeta-impy-84ba6c134cd7f75e8f3be86b444c9e7f57660c18.zip
meta-impy-84ba6c134cd7f75e8f3be86b444c9e7f57660c18.tar.gz
meta-impy-84ba6c134cd7f75e8f3be86b444c9e7f57660c18.tar.bz2
meta-impy-84ba6c134cd7f75e8f3be86b444c9e7f57660c18.tar.xz
Applied customizableTranslationMenu.patch by Grandma Bates for #533: Right Click menus are transparent on the login screen and #534: Right click menus aren't translatable
Diffstat (limited to 'linden/indra/llui/lltexteditor.h')
-rw-r--r--linden/indra/llui/lltexteditor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/linden/indra/llui/lltexteditor.h b/linden/indra/llui/lltexteditor.h
index f2a831b..1d7a735 100644
--- a/linden/indra/llui/lltexteditor.h
+++ b/linden/indra/llui/lltexteditor.h
@@ -167,6 +167,7 @@ public:
167 static void spell_add(void* data); 167 static void spell_add(void* data);
168 static void spell_show(void* data); 168 static void spell_show(void* data);
169 std::vector<S32> getMisspelledWordsPositions(); 169 std::vector<S32> getMisspelledWordsPositions();
170 void defineMenuCallbacks(LLMenuGL* menu);
170 171
171 void selectNext(const std::string& search_text_in, BOOL case_insensitive, BOOL wrap = TRUE); 172 void selectNext(const std::string& search_text_in, BOOL case_insensitive, BOOL wrap = TRUE);
172 BOOL replaceText(const std::string& search_text, const std::string& replace_text, BOOL case_insensitive, BOOL wrap = TRUE); 173 BOOL replaceText(const std::string& search_text, const std::string& replace_text, BOOL case_insensitive, BOOL wrap = TRUE);