assdraw: actually set the app name

Originally committed to SVN as r6867.
This commit is contained in:
Thomas Goyne 2012-05-24 01:56:33 +00:00
parent c3aa3cbe00
commit 77b60b579e
1 changed files with 1 additions and 0 deletions

View File

@ -103,6 +103,7 @@ END_EVENT_TABLE()
// 'Main program' equivalent: the program execution _T("starts") here
bool ASSDrawApp::OnInit()
{
SetAppName(TITLE);
// create the main application window
ASSDrawFrame * assdrawframe = new ASSDrawFrame( this, TITLE, wxDefaultPosition, wxSize(640, 480) );
SetTopWindow(assdrawframe);