From 84ba6c134cd7f75e8f3be86b444c9e7f57660c18 Mon Sep 17 00:00:00 2001 From: McCabe Maxsted Date: Mon, 11 Apr 2011 20:11:26 -0700 Subject: 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 --- linden/indra/llui/lltexteditor.h | 1 + 1 file changed, 1 insertion(+) (limited to 'linden/indra/llui/lltexteditor.h') 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: static void spell_add(void* data); static void spell_show(void* data); std::vector getMisspelledWordsPositions(); + void defineMenuCallbacks(LLMenuGL* menu); void selectNext(const std::string& search_text_in, BOOL case_insensitive, BOOL wrap = TRUE); BOOL replaceText(const std::string& search_text, const std::string& replace_text, BOOL case_insensitive, BOOL wrap = TRUE); -- cgit v1.1