About-dialog is no longer on top.

Originally committed to SVN as r1164.
This commit is contained in:
Niels Martin Hansen 2007-05-04 01:56:17 +00:00
parent 81b8660348
commit f9f65888d3
1 changed files with 1 additions and 1 deletions

View File

@ -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);