remove assorted forgotten traces of the splash screen

Originally committed to SVN as r4831.
This commit is contained in:
Karl Blomster 2010-11-07 19:32:40 +00:00
parent 26b9985d3d
commit f34d37d091
4 changed files with 4 additions and 10 deletions

View File

@ -1131,14 +1131,6 @@
RelativePath="..\..\src\dialog_spellchecker.h"
>
</File>
<File
RelativePath="..\..\src\dialog_splash.cpp"
>
</File>
<File
RelativePath="..\..\src\dialog_splash.h"
>
</File>
<File
RelativePath="..\..\src\dialog_style_editor.cpp"
>

View File

@ -37,6 +37,10 @@
#include <numeric>
#ifdef __VISUALC__
#pragma warning(disable:4996)
#endif
SelectedChoicesDialog::SelectedChoicesDialog(wxWindow *parent, wxString const& message, wxString const& caption, wxArrayString const& choices) {
Create(parent, message, caption, choices);

View File

@ -14,7 +14,6 @@
"Maximized" : false,
"Nonstandard Milisecond Times" : false,
"Save Charset" : "UTF-8",
"Splash" : true,
"Tips" : false
},

View File

@ -54,7 +54,6 @@ General::General(wxTreebook *book, Preferences *parent): OptionPage(book, parent
wxFlexGridSizer *startup = PageSizer(_("Startup"));
OptionAdd(startup, _("Check for updates"), "App/Auto/Check For Updates");
OptionAdd(startup, _("Show Splash Screen"), "App/Splash");
wxFlexGridSizer *recent = PageSizer(_("Recently Used Lists"));
OptionAdd(recent, _("Files"), "Limits/MRU");