forked from mia/Aegisub
remove assorted forgotten traces of the splash screen
Originally committed to SVN as r4831.
This commit is contained in:
parent
26b9985d3d
commit
f34d37d091
4 changed files with 4 additions and 10 deletions
|
@ -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"
|
||||
>
|
||||
|
|
|
@ -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);
|
||||
|
||||
|
|
|
@ -14,7 +14,6 @@
|
|||
"Maximized" : false,
|
||||
"Nonstandard Milisecond Times" : false,
|
||||
"Save Charset" : "UTF-8",
|
||||
"Splash" : true,
|
||||
"Tips" : false
|
||||
},
|
||||
|
||||
|
|
|
@ -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");
|
||||
|
|
Loading…
Reference in a new issue