]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/volume.cpp
Fixed bug #778299 - wxTE_RICH2 causes SetValue to show control.
[wxWidgets.git] / src / msw / volume.cpp
index c69ac43707711a4c45ad00c462a59f1d1086bfa2..c9e25c22d6461b370bde35483af0c3c226b6e0b5 100644 (file)
 // headers
 // ----------------------------------------------------------------------------
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-    #pragma implementation "fsvolume.h"
-#endif
-
 #include "wx/wxprec.h"
 
 #ifdef __BORLANDC__
@@ -147,7 +143,7 @@ static unsigned GetBasicFlags(const wxChar* filename)
     }
 
     //-----------------------------------------------------------------------
-    // The following will most likely will not modify anything not set above,
+    // The following most likely will not modify anything not set above,
     // and will not work at all for network shares or empty CD ROM drives.
     // But it is a good check if the Win API ever gets better about reporting
     // this information.