]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/translation.cpp
Ensure that message boxes with only "OK" can be closed with Escape in wxMSW.
[wxWidgets.git] / src / common / translation.cpp
index 6b54200b85b9488770a234237b7a34d4bdd2f951..ae01cce21085d4e08d7f5d9755c21afb6d70b75f 100644 (file)
@@ -904,7 +904,7 @@ bool wxMsgCatalogFile::LoadFile(const wxString& filename,
     if ( !fileMsg.IsOpened() )
         return false;
 
-    // get the file size (assume it is less than 4Gb...)
+    // get the file size (assume it is less than 4GB...)
     wxFileOffset lenFile = fileMsg.Length();
     if ( lenFile == wxInvalidOffset )
         return false;