]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/console/console.cpp
compilation fix for FALSE -> wxItemKind conversion
[wxWidgets.git] / samples / console / console.cpp
index b0062a69cc6f0090ca4d90a5d9d344db98ade9fc..0545e6bea60bf28822f2643b0903d7a99f6261f0 100644 (file)
@@ -1702,9 +1702,9 @@ static void TestMimeAssociate()
                             _T("application/x-xyz"),
                             _T("xyzview '%s'"), // open cmd
                             _T(""),             // print cmd
-                            _T("XYZ File")  // description
-                            _T(".xyz"),     // extensions
-                            NULL            // end of extensions
+                            _T("XYZ File"),     // description
+                            _T(".xyz"),         // extensions
+                            NULL                // end of extensions
                          );
     ftInfo.SetShortDesc(_T("XYZFile")); // used under Win32 only