summaryrefslogtreecommitdiff
path: root/indra/newview/llfloaterpreference.cpp
diff options
context:
space:
mode:
authorYuri Chebotarev <ychebotarev@productengine.com>2010-05-13 15:56:34 +0300
committerYuri Chebotarev <ychebotarev@productengine.com>2010-05-13 15:56:34 +0300
commitbef3172ed989da5aed11eb1d8e51c071386d843c (patch)
treeba214e92afbf7fe241e9b2512a04ab62c0861f46 /indra/newview/llfloaterpreference.cpp
parent059a71423019b6a38c41e2dae6d3e879aa893beb (diff)
parent3040d68c2637084176bdae759a89e264b1a3e14e (diff)
merge
--HG-- branch : product-engine
Diffstat (limited to 'indra/newview/llfloaterpreference.cpp')
-rw-r--r--indra/newview/llfloaterpreference.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llfloaterpreference.cpp b/indra/newview/llfloaterpreference.cpp
index 2ab83eab79..0eeef0039c 100644
--- a/indra/newview/llfloaterpreference.cpp
+++ b/indra/newview/llfloaterpreference.cpp
@@ -599,7 +599,7 @@ void LLFloaterPreference::onBtnOK()
llinfos << "Can't close preferences!" << llendl;
}
- LLPanelLogin::refreshLocation( false );
+ LLPanelLogin::updateLocationCombo( false );
}
// static
@@ -616,7 +616,7 @@ void LLFloaterPreference::onBtnApply( )
apply();
saveSettings();
- LLPanelLogin::refreshLocation( false );
+ LLPanelLogin::updateLocationCombo( false );
}
// static