aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llwindow/llwindowwin32.h
diff options
context:
space:
mode:
authorMcCabe Maxsted2009-10-13 08:02:51 -0700
committerMcCabe Maxsted2009-10-13 08:02:51 -0700
commitf716f71a8266788cfcf1d7570a03104d06bcf97e (patch)
tree9bc4a727c1380a8300e1914e671f206e5152a0a2 /linden/indra/llwindow/llwindowwin32.h
parentUpdated inventory search to include description (from Emerald) (diff)
downloadmeta-impy-f716f71a8266788cfcf1d7570a03104d06bcf97e.zip
meta-impy-f716f71a8266788cfcf1d7570a03104d06bcf97e.tar.gz
meta-impy-f716f71a8266788cfcf1d7570a03104d06bcf97e.tar.bz2
meta-impy-f716f71a8266788cfcf1d7570a03104d06bcf97e.tar.xz
Applied show IM logs button from Emerald viewer and added an alert if there is no history
Diffstat (limited to 'linden/indra/llwindow/llwindowwin32.h')
-rw-r--r--linden/indra/llwindow/llwindowwin32.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/linden/indra/llwindow/llwindowwin32.h b/linden/indra/llwindow/llwindowwin32.h
index 795fc79..bea55c6 100644
--- a/linden/indra/llwindow/llwindowwin32.h
+++ b/linden/indra/llwindow/llwindowwin32.h
@@ -110,6 +110,7 @@ public:
110 /*virtual*/ void updateLanguageTextInputArea(); 110 /*virtual*/ void updateLanguageTextInputArea();
111 /*virtual*/ void interruptLanguageTextInput(); 111 /*virtual*/ void interruptLanguageTextInput();
112 /*virtual*/ void spawnWebBrowser(const std::string& escaped_url); 112 /*virtual*/ void spawnWebBrowser(const std::string& escaped_url);
113 /*virtual*/ void ShellEx(const std::string& command);
113 114
114 static std::string getFontListSans(); 115 static std::string getFontListSans();
115 116