]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/translation.cpp
Fix typo in last commit
[wxWidgets.git] / src / common / translation.cpp
index c00339d7a5e5b9651b554905fae7a9d494e3e78d..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;
@@ -1741,7 +1741,7 @@ wxArrayString wxFileTranslationsLoader::GetAvailableTranslations(const wxString&
           i != prefixes.end();
           ++i )
     {
-        if (i->length() == 0)
+        if ( i->empty() )
             continue;
         wxDir dir;
         if ( !dir.Open(*i) )