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"
|
RelativePath="..\..\src\dialog_spellchecker.h"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
<File
|
|
||||||
RelativePath="..\..\src\dialog_splash.cpp"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\src\dialog_splash.h"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\dialog_style_editor.cpp"
|
RelativePath="..\..\src\dialog_style_editor.cpp"
|
||||||
>
|
>
|
||||||
|
|
|
@ -37,6 +37,10 @@
|
||||||
|
|
||||||
#include <numeric>
|
#include <numeric>
|
||||||
|
|
||||||
|
#ifdef __VISUALC__
|
||||||
|
#pragma warning(disable:4996)
|
||||||
|
#endif
|
||||||
|
|
||||||
SelectedChoicesDialog::SelectedChoicesDialog(wxWindow *parent, wxString const& message, wxString const& caption, wxArrayString const& choices) {
|
SelectedChoicesDialog::SelectedChoicesDialog(wxWindow *parent, wxString const& message, wxString const& caption, wxArrayString const& choices) {
|
||||||
Create(parent, message, caption, choices);
|
Create(parent, message, caption, choices);
|
||||||
|
|
||||||
|
|
|
@ -14,7 +14,6 @@
|
||||||
"Maximized" : false,
|
"Maximized" : false,
|
||||||
"Nonstandard Milisecond Times" : false,
|
"Nonstandard Milisecond Times" : false,
|
||||||
"Save Charset" : "UTF-8",
|
"Save Charset" : "UTF-8",
|
||||||
"Splash" : true,
|
|
||||||
"Tips" : false
|
"Tips" : false
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
|
@ -54,7 +54,6 @@ General::General(wxTreebook *book, Preferences *parent): OptionPage(book, parent
|
||||||
|
|
||||||
wxFlexGridSizer *startup = PageSizer(_("Startup"));
|
wxFlexGridSizer *startup = PageSizer(_("Startup"));
|
||||||
OptionAdd(startup, _("Check for updates"), "App/Auto/Check For Updates");
|
OptionAdd(startup, _("Check for updates"), "App/Auto/Check For Updates");
|
||||||
OptionAdd(startup, _("Show Splash Screen"), "App/Splash");
|
|
||||||
|
|
||||||
wxFlexGridSizer *recent = PageSizer(_("Recently Used Lists"));
|
wxFlexGridSizer *recent = PageSizer(_("Recently Used Lists"));
|
||||||
OptionAdd(recent, _("Files"), "Limits/MRU");
|
OptionAdd(recent, _("Files"), "Limits/MRU");
|
||||||
|
|
Loading…
Add table
Reference in a new issue