diff options
author | McCabe Maxsted | 2009-09-09 02:31:31 -0700 |
---|---|---|
committer | McCabe Maxsted | 2009-09-09 04:22:50 -0700 |
commit | b4d35c8d24d1095cdb67864b6576ef280b76c646 (patch) | |
tree | 07828961852c1b8d3242d5b21a521a868e7302de /linden/indra/newview/llprefsim.cpp | |
parent | Applied and tweaked last owner in tools window from Emerald viewer (diff) | |
download | meta-impy-b4d35c8d24d1095cdb67864b6576ef280b76c646.zip meta-impy-b4d35c8d24d1095cdb67864b6576ef280b76c646.tar.gz meta-impy-b4d35c8d24d1095cdb67864b6576ef280b76c646.tar.bz2 meta-impy-b4d35c8d24d1095cdb67864b6576ef280b76c646.tar.xz |
Created my own version of Emerald's chat channel tool
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/llprefsim.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llprefsim.cpp b/linden/indra/newview/llprefsim.cpp index 39619b7..6115074 100644 --- a/linden/indra/newview/llprefsim.cpp +++ b/linden/indra/newview/llprefsim.cpp | |||
@@ -58,7 +58,7 @@ public: | |||
58 | void cancel(); | 58 | void cancel(); |
59 | void setPersonalInfo(const std::string& visibility, bool im_via_email, const std::string& email); | 59 | void setPersonalInfo(const std::string& visibility, bool im_via_email, const std::string& email); |
60 | void enableHistory(); | 60 | void enableHistory(); |
61 | 61 | ||
62 | static void onClickLogPath(void* user_data); | 62 | static void onClickLogPath(void* user_data); |
63 | static void onCommitLogging(LLUICtrl* ctrl, void* user_data); | 63 | static void onCommitLogging(LLUICtrl* ctrl, void* user_data); |
64 | 64 | ||