]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/filedlg.cpp
Fixed filename in wxOSX-Cocoa's file dialog using extension of wrong file type.
[wxWidgets.git] / src / msw / filedlg.cpp
index 32b87f7817d3afac514840e9b580dfa5ec1535d6..cf0bb81e98525978ea1b80223f11b5da3b199946 100644 (file)
@@ -65,7 +65,7 @@
 // ----------------------------------------------------------------------------
 
 // standard dialog size for the old Windows systems where the dialog wasn't
-// resizeable
+// resizable
 static wxRect gs_rectDialog(0, 0, 428, 266);
 
 // ============================================================================