frame.cpp File Reference
#include <wx/notebook.h>
#include <wx/menu.h>
#include <wx/icon.h>
#include "frame.h"
#include "../settings.h"
#include "../springunitsync.h"
#include "tab_render_detail.h"
#include <wx/scrolwin.h>
#include <map>
#include "tab_abstract.h"
#include <vector>
#include <wx/string.h>
#include <wx/stattext.h>
#include <wx/gdicmn.h>
#include <wx/font.h>
#include <wx/colour.h>
#include <wx/settings.h>
#include <wx/textctrl.h>
#include <wx/button.h>
#include <wx/sizer.h>
#include <wx/panel.h>
#include <list>
#include <memory>
#include "../../wxkeybinder/keybinder.h"
#include "hotkey_parser.h"
#include "HotkeyTypes.h"
#include "commandlist.h"
#include <wx/intl.h>
#include "../utils/customdialogs.h"
#include "../utils/controls.h"
#include <sstream>
#include "../customizations.h"
#include "../utils/platform.h"
Go to the source code of this file.
Variable Documentation
Initial value: _("Changes made on Quality/Detail tab in expert mode\n"
"will be lost if you change simple options again.\n"
"Also these changes WILL NOT be reflected by the \n"
"selected choices on the Combined options tab.\n"
"(this message can be disabled in the \"File\" menu)")
Definition at line 53 of file frame.cpp.
This file is part of springsettings, Copyright (C) 2007 Original work by Kloot cross-plattform/UI adaptation and currently maintained by koshi (Ren� Milk) visit http://spring.clan-sy.com/phpbb/viewtopic.php?t=12104 for more info/help.
SpringLobby is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
springsettings is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with springsettings. If not, see <http://www.gnu.org/licenses/>.
Definition at line 47 of file frame.cpp.