diff options
Diffstat (limited to 'linden/indra/newview/llprefsim.cpp')
-rw-r--r-- | linden/indra/newview/llprefsim.cpp | 4 |
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 | ||