]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/mimetype.cpp
wxTextFile::Eof() bug corrected (always returned FALSE before)
[wxWidgets.git] / src / common / mimetype.cpp
index 74fc490dfa90cbd96358588fa78fc9970c268a7e..9f7cd6b0bfe9ce3762fc1186b862bed73010e31f 100644 (file)
@@ -337,8 +337,8 @@ wxString wxFileType::ExpandCommand(const wxString& command,
                 case 's':
                     // '%s' expands into file name (quoted because it might
                     // contain spaces) - except if there are already quotes
-                    // there because otherwise some programs may get confused by
-                    // double double quotes
+                    // there because otherwise some programs may get confused
+                    // by double double quotes
 #if 0
                     if ( *(pc - 2) == '"' )
                         str << params.GetFileName();