summaryrefslogtreecommitdiff
path: root/src/gui/setup_theme.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/setup_theme.h')
-rw-r--r--src/gui/setup_theme.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gui/setup_theme.h b/src/gui/setup_theme.h
index f22fc2fd1..cc8b01fbe 100644
--- a/src/gui/setup_theme.h
+++ b/src/gui/setup_theme.h
@@ -53,11 +53,11 @@ class Setup_Theme : public SetupTab
private:
gcn::Label *mThemeLabel;
+ ThemesModel *mThemesModel;
DropDown *mThemeDropDown;
std::string mTheme;
- ThemesModel *mThemesModel;
- FontsModel *mFontsModel;
+ FontsModel *mFontsModel;
gcn::Label *mFontLabel;
DropDown *mFontDropDown;
std::string mFont;
@@ -98,7 +98,7 @@ class Setup_Theme : public SetupTab
int mNpcFontSize;
gcn::DropDown *mNpcFontSizeDropDown;
- EditDialog *mEditDialog;
+// EditDialog *mEditDialog;
};
#endif