summaryrefslogtreecommitdiff
path: root/indra/newview/llfloaterpreference.cpp
diff options
context:
space:
mode:
authorLogan Dethrow <log@lindenlab.com>2011-08-12 14:23:43 -0400
committerLogan Dethrow <log@lindenlab.com>2011-08-12 14:23:43 -0400
commitcff5251f064005f213a905f6eb41b5b7ef8c954b (patch)
tree97a0781b5c90fc910974426c39021904fea31a22 /indra/newview/llfloaterpreference.cpp
parent1fa2afbe2007690612f360eff3603a353ee95672 (diff)
LLProxy: xui string cleanup.
Diffstat (limited to 'indra/newview/llfloaterpreference.cpp')
-rwxr-xr-xindra/newview/llfloaterpreference.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfloaterpreference.cpp b/indra/newview/llfloaterpreference.cpp
index 61eac7bf14..bd9efdd409 100755
--- a/indra/newview/llfloaterpreference.cpp
+++ b/indra/newview/llfloaterpreference.cpp
@@ -1972,7 +1972,7 @@ void LLFloaterPreferenceProxy::onClose(bool app_quitting)
// it will not be updated until next restart.
if (LLStartUp::getStartupState()>STATE_LOGIN_WAIT)
{
- LLNotifications::instance().add("ChangeSocks5Settings", LLSD(), LLSD());
+ LLNotifications::instance().add("ChangeProxySettings", LLSD(), LLSD());
mSocksSettingsDirty = false; // we have notified the user now be quiet again
}
}