Initial moap commit. /VERY/ WIP. Primarily committed to clean up unstaged changes. Do not run this, even if it may compile, as it will NOT work (for a myriad of reasons)!
This commit is contained in:
@@ -39,7 +39,6 @@
|
||||
#include "llcolorswatch.h"
|
||||
#include "llcombobox.h"
|
||||
#include "lluictrlfactory.h"
|
||||
#include "llurlsimstring.h"
|
||||
#include "llviewercontrol.h"
|
||||
|
||||
#include "llagent.h"
|
||||
@@ -165,8 +164,6 @@ void LLPanelGeneral::apply()
|
||||
gSavedSettings.setBOOL("UIAutoScale", childGetValue("ui_auto_scale"));
|
||||
gSavedSettings.setString("Language", childGetValue("language_combobox"));
|
||||
|
||||
LLURLSimString::setString(childGetValue("location_combobox"));
|
||||
|
||||
LLComboBox* crash_behavior_combobox = getChild<LLComboBox>("crash_behavior_combobox");
|
||||
gCrashSettings.setS32(CRASH_BEHAVIOR_SETTING, crash_behavior_combobox->getCurrentIndex());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user