mirror of https://github.com/odrling/Aegisub
About-dialog is no longer on top.
Originally committed to SVN as r1164.
This commit is contained in:
parent
81b8660348
commit
f9f65888d3
|
@ -45,7 +45,7 @@
|
||||||
///////////////
|
///////////////
|
||||||
// Constructor
|
// Constructor
|
||||||
AboutScreen::AboutScreen(wxWindow *parent)
|
AboutScreen::AboutScreen(wxWindow *parent)
|
||||||
: wxDialog (parent, -1, _("About Aegisub"), wxDefaultPosition, wxSize(300,240), wxSTAY_ON_TOP | wxCAPTION | wxCLOSE_BOX , _("About Aegisub"))
|
: wxDialog (parent, -1, _("About Aegisub"), wxDefaultPosition, wxSize(300,240), wxCAPTION | wxCLOSE_BOX , _("About Aegisub"))
|
||||||
{
|
{
|
||||||
// Get splash
|
// Get splash
|
||||||
wxBitmap splash = wxBITMAP(splash);
|
wxBitmap splash = wxBITMAP(splash);
|
||||||
|
|
Loading…
Reference in New Issue