]> git.saurik.com Git - wxWidgets.git/commitdiff
fix warning
authorRyan Norton <wxprojects@comcast.net>
Sat, 6 Nov 2004 06:42:25 +0000 (06:42 +0000)
committerRyan Norton <wxprojects@comcast.net>
Sat, 6 Nov 2004 06:42:25 +0000 (06:42 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30317 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/msw/printwin.cpp

index 802f1082c671c02d2df471de02e0039abf9b7c49..99c8ac21e3da4752ecf32d810e4c362cdbf3bf35 100644 (file)
@@ -322,7 +322,7 @@ bool wxWindowsPrinter::Setup(wxWindow *WXUNUSED(parent))
 
     return (ret == wxID_OK);
 #else
-    return wxID_CANCEL;
+    return false;
 #endif
 }