]> git.saurik.com Git - wxWidgets.git/commitdiff
no real changes, just correct a comment (closes #10563)
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 9 Mar 2009 23:05:25 +0000 (23:05 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 9 Mar 2009 23:05:25 +0000 (23:05 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59459 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/msw/app.cpp

index 8222bb7060ed3c1c3a4a41340fcf3a2fee5d26a8..50df7cdeff693eaa46c5d098b41e64be2905cfd0 100644 (file)
@@ -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