mirror of https://github.com/odrling/Aegisub
assdraw: actually set the app name
Originally committed to SVN as r6867.
This commit is contained in:
parent
c3aa3cbe00
commit
77b60b579e
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue