assdraw: actually set the app name
Originally committed to SVN as r6867.
This commit is contained in:
parent
c3aa3cbe00
commit
77b60b579e
1 changed files with 1 additions and 0 deletions
|
@ -103,6 +103,7 @@ END_EVENT_TABLE()
|
||||||
// 'Main program' equivalent: the program execution _T("starts") here
|
// 'Main program' equivalent: the program execution _T("starts") here
|
||||||
bool ASSDrawApp::OnInit()
|
bool ASSDrawApp::OnInit()
|
||||||
{
|
{
|
||||||
|
SetAppName(TITLE);
|
||||||
// create the main application window
|
// create the main application window
|
||||||
ASSDrawFrame * assdrawframe = new ASSDrawFrame( this, TITLE, wxDefaultPosition, wxSize(640, 480) );
|
ASSDrawFrame * assdrawframe = new ASSDrawFrame( this, TITLE, wxDefaultPosition, wxSize(640, 480) );
|
||||||
SetTopWindow(assdrawframe);
|
SetTopWindow(assdrawframe);
|
||||||
|
|
Loading…
Reference in a new issue