]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/docview/docview.cpp
1. corrected problem with label updating in wxProgressDialog
[wxWidgets.git] / samples / docview / docview.cpp
index 681fa2ebc00d93c8a8351f97b517b03599d7bf86..b142b5f84338d8f0c8bbf36ccc1ae7fd31795ca1 100644 (file)
@@ -32,7 +32,7 @@
 #endif
 
 #if !wxUSE_DOC_VIEW_ARCHITECTURE
-#error You must set wxUSE_DOC_VIEW_ARCHITECTURE to 1 in wx_setup.h!
+#error You must set wxUSE_DOC_VIEW_ARCHITECTURE to 1 in setup.h!
 #endif
 
 #include "wx/docview.h"
@@ -62,7 +62,7 @@ bool MyApp::OnInit(void)
   ///   single window : (one document at a time, only one frame, as in Windows Write)
   if (argc > 1)
   {
-    if (strcmp(argv[1], "-single") == 0)
+    if (wxStrcmp(argv[1], _T("-single")) == 0)
     {
       singleWindowMode = TRUE;
     }