#include "tab_simple.h"#include "se_utils.h"#include <wx/string.h>#include <wx/sizer.h>#include <wx/stattext.h>#include <wx/event.h>#include <wx/defs.h>#include <wx/slider.h>#include <wx/combobox.h>#include <wx/button.h>#include "ctrlconstants.h"#include "presets.h"#include "frame.h"#include "../settings.h"#include "../springunitsynclib.h"
Go to the source code of this file.
Variables | |
| const wxString | infoTextContent |
| d 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 | |
| const wxString | renderQuality_CBX_lbl = _("Graphics quality") |
| const wxString | renderDetail_CBX_lbl = _("Graphics detail") |
| const wxString | videoMode_CBX_lbl = _("Screen resolution") |
| const wxString | button_lbl = _("Switch to expert mode") |
| const wxString button_lbl = _("Switch to expert mode") |
Definition at line 54 of file tab_simple.cpp.
| const wxString infoTextContent |
_("These options let you roughly control Spring's rendering.\n\ For more speed try lowering the settings.\n\ Full control over all settings is available in the\n\ \"Expert mode\", either click on the button on the\n\ right or use the \"Mode\" menu in the top menubar.\n\ You can go back to this mode at any time by choosing\n\ \"Simple mode\" from the \"Mode\" menu.\n\ If you encounter error messages concerning graphics\n\ when running Spring it might be necessary to disable\n \ some options in expert mode.\n")
d 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 40 of file tab_simple.cpp.
| const wxString renderDetail_CBX_lbl = _("Graphics detail") |
Definition at line 52 of file tab_simple.cpp.
| const wxString renderQuality_CBX_lbl = _("Graphics quality") |
Definition at line 51 of file tab_simple.cpp.
| const wxString videoMode_CBX_lbl = _("Screen resolution") |
Definition at line 53 of file tab_simple.cpp.
1.6.3