Changed the splash screen for 2.1.x releases.

Originally committed to SVN as r1843.
This commit is contained in:
Rodrigo Braz Monteiro 2008-01-26 03:35:58 +00:00
parent 07acd8ca62
commit 4157469ed2
2 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 95 KiB

After

Width:  |  Height:  |  Size: 100 KiB

View File

@ -47,7 +47,7 @@
///////////////
// Constructor
SplashScreen::SplashScreen(wxWindow *parent)
: wxFrame (parent, -1, _T(""), wxDefaultPosition, wxSize(400,240), wxSTAY_ON_TOP | wxFRAME_NO_TASKBAR , _T("Splash"))
: wxFrame (parent, -1, _T(""), wxDefaultPosition, wxSize(420,240), wxSTAY_ON_TOP | wxFRAME_NO_TASKBAR , _T("Splash"))
{
// Set parent
par = parent;