From: Vadim Zeitlin Date: Mon, 9 Mar 2009 23:05:25 +0000 (+0000) Subject: no real changes, just correct a comment (closes #10563) X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/ca21f825b50978500d5525f07682868ebf62ff6f no real changes, just correct a comment (closes #10563) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59459 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/msw/app.cpp b/src/msw/app.cpp index 8222bb7060..50df7cdeff 100644 --- a/src/msw/app.cpp +++ b/src/msw/app.cpp @@ -122,7 +122,7 @@ extern void wxSetKeyboardHook(bool doIt); struct ClassRegInfo { // the base name of the class: this is used to construct the unique name in - // RegisterClassWithUniqueNames() + // wxApp::GetRegisteredClassName() wxString basename; // the name of the registered class with and without CS_[HV]REDRAW styles