]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/appcmn.cpp
first attempt for full screen implementation
[wxWidgets.git] / src / common / appcmn.cpp
index 1255c30938d3d6499a47d5367995d0817c8620e9..20699cb6885d73bb33d80f16132e0acf24e67d9e 100644 (file)
@@ -526,7 +526,7 @@ bool wxGUIAppTraitsBase::ShowAssertDialog(const wxString& msg)
               wxT("You can also choose [Cancel] to suppress ")
               wxT("further warnings.");
 
-    switch ( wxMessageBox(msgDlg, wxT("wxWindows Debug Alert"),
+    switch ( wxMessageBox(msgDlg, wxT("wxWidgets Debug Alert"),
                           wxYES_NO | wxCANCEL | wxICON_STOP ) )
     {
         case wxYES: