]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/resource.cpp
removed extremely user-unfriendly translations
[wxWidgets.git] / src / common / resource.cpp
index 4ba466c395044e5e42fdff085fcd3523dbb1c74e..de02d6a71fbf490c85fa524a9e02ffa9ae23ec4b 100644 (file)
@@ -216,7 +216,7 @@ bool wxResourceTable::DeleteResource(const wxString& name)
 bool wxResourceTable::ParseResourceFile( wxInputStream *is )
 {
     wxExprDatabase db;
-    int len = is->StreamSize() ;
+    int len = is->GetSize() ;
 
     bool eof = FALSE;
     while ( is->TellI() + 10 < len) // it's a hack because the streams dont support EOF