]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/wizard/wizard.cpp
disable warning about data truncation (810) for icc (this is a useful warning and...
[wxWidgets.git] / samples / wizard / wizard.cpp
index 54f826c2abc6dd4c4c6ddf7f78abd72d4ef4528d..7a96e19214d60be29dfb520ea8fab92513872a4d 100644 (file)
@@ -387,8 +387,7 @@ void MyWizard::RunIt(bool modal)
     {
         if ( RunWizard(m_page1) )
         {
-            wxMessageBox(_T("The wizard successfully completed"), _T("That's all"),
-                         wxICON_INFORMATION | wxOK);
+            // Success
         }
 
         Destroy();