From 77b60b579ef956e16d4615e24ee5b6100208ec97 Mon Sep 17 00:00:00 2001 From: Thomas Goyne Date: Thu, 24 May 2012 01:56:33 +0000 Subject: [PATCH] assdraw: actually set the app name Originally committed to SVN as r6867. --- contrib/assdraw/src/assdraw.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/contrib/assdraw/src/assdraw.cpp b/contrib/assdraw/src/assdraw.cpp index 303f48d3b..8224331d8 100644 --- a/contrib/assdraw/src/assdraw.cpp +++ b/contrib/assdraw/src/assdraw.cpp @@ -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);