diff options
author | McCabe Maxsted | 2009-10-13 08:02:51 -0700 |
---|---|---|
committer | McCabe Maxsted | 2009-10-13 08:02:51 -0700 |
commit | f716f71a8266788cfcf1d7570a03104d06bcf97e (patch) | |
tree | 9bc4a727c1380a8300e1914e671f206e5152a0a2 /linden/indra/llwindow/llwindowwin32.h | |
parent | Updated inventory search to include description (from Emerald) (diff) | |
download | meta-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.h | 1 |
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 | ||