forked from mia/Aegisub
About-dialog is no longer on top.
Originally committed to SVN as r1164.
This commit is contained in:
parent
81b8660348
commit
f9f65888d3
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@
|
|||
///////////////
|
||||
// Constructor
|
||||
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
|
||||
wxBitmap splash = wxBITMAP(splash);
|
||||
|
|
Loading…
Reference in a new issue