aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llprefsim.cpp
diff options
context:
space:
mode:
authorMcCabe Maxsted2009-09-09 02:31:31 -0700
committerMcCabe Maxsted2009-09-09 04:22:50 -0700
commitb4d35c8d24d1095cdb67864b6576ef280b76c646 (patch)
tree07828961852c1b8d3242d5b21a521a868e7302de /linden/indra/newview/llprefsim.cpp
parentApplied and tweaked last owner in tools window from Emerald viewer (diff)
downloadmeta-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.cpp2
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