aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llprefsim.cpp
diff options
context:
space:
mode:
authorJacek Antonelli2008-08-15 23:45:34 -0500
committerJacek Antonelli2008-08-15 23:45:34 -0500
commitcd17687f01420952712a500107e0f93e7ab8d5f8 (patch)
treece48c2b706f2c1176290e39fb555fbdf6648ce01 /linden/indra/newview/llprefsim.cpp
parentSecond Life viewer sources 1.19.0.5 (diff)
downloadmeta-impy-cd17687f01420952712a500107e0f93e7ab8d5f8.zip
meta-impy-cd17687f01420952712a500107e0f93e7ab8d5f8.tar.gz
meta-impy-cd17687f01420952712a500107e0f93e7ab8d5f8.tar.bz2
meta-impy-cd17687f01420952712a500107e0f93e7ab8d5f8.tar.xz
Second Life viewer sources 1.19.1.0
Diffstat (limited to 'linden/indra/newview/llprefsim.cpp')
-rw-r--r--linden/indra/newview/llprefsim.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/linden/indra/newview/llprefsim.cpp b/linden/indra/newview/llprefsim.cpp
index 40263fc..168d218 100644
--- a/linden/indra/newview/llprefsim.cpp
+++ b/linden/indra/newview/llprefsim.cpp
@@ -136,7 +136,7 @@ BOOL LLPrefsIMImpl::postBuild()
136 mGotPersonalInfo = false; 136 mGotPersonalInfo = false;
137 mOriginalIMViaEmail = false; 137 mOriginalIMViaEmail = false;
138 mOriginalHideOnlineStatus = true; 138 mOriginalHideOnlineStatus = true;
139 childSetLabelArg("send_im_to_email", "[EMAIL]", childGetText("log_in_to_change")); 139 childSetLabelArg("send_im_to_email", "[EMAIL]", getString("log_in_to_change"));
140 140
141 // Don't enable this until we get personal data 141 // Don't enable this until we get personal data
142 childDisable("online_visibility"); 142 childDisable("online_visibility");
@@ -151,7 +151,7 @@ BOOL LLPrefsIMImpl::postBuild()
151 childDisable("log_chat_IM"); 151 childDisable("log_chat_IM");
152 childDisable("log_date_timestamp"); 152 childDisable("log_date_timestamp");
153 153
154 childSetText("busy_response", childGetText("log_in_to_change")); 154 childSetText("busy_response", getString("log_in_to_change"));
155 155
156 refresh(); 156 refresh();
157 157