diff options
Diffstat (limited to 'linden/indra/newview/llwindlightremotectrl.cpp')
-rw-r--r-- | linden/indra/newview/llwindlightremotectrl.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linden/indra/newview/llwindlightremotectrl.cpp b/linden/indra/newview/llwindlightremotectrl.cpp index 5a6b35d..b9111d3 100644 --- a/linden/indra/newview/llwindlightremotectrl.cpp +++ b/linden/indra/newview/llwindlightremotectrl.cpp | |||
@@ -121,6 +121,7 @@ BOOL LLWindlightRemoteCtrl::postBuild() | |||
121 | LLComboBox* presetsCombo = getChild<LLComboBox>("Presets"); | 121 | LLComboBox* presetsCombo = getChild<LLComboBox>("Presets"); |
122 | if (presetsCombo) | 122 | if (presetsCombo) |
123 | { | 123 | { |
124 | presetsCombo->setSimple(LLWLParamManager::instance()->mCurParams.mName); | ||
124 | presetsCombo->setCommitCallback(onCommitPreset); | 125 | presetsCombo->setCommitCallback(onCommitPreset); |
125 | presetsCombo->setCallbackUserData(this); | 126 | presetsCombo->setCallbackUserData(this); |
126 | 127 | ||