]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/resource.cpp
Added German translation to internat sample.
[wxWidgets.git] / src / common / resource.cpp
index 5e4842f6b394cffac2e9e177e88785282a5f1ab5..47f9a2afba688dacd4f10660ce9fc25772f3fb0d 100644 (file)
@@ -2504,7 +2504,7 @@ int wxResourceGetIdentifier(const wxString& name, wxResourceTable *table)
   if (!table)
     table = wxDefaultResourceTable;
 
-  return (int)table->identifiers.Get(name);
+  return (int)(long)table->identifiers.Get(name);
 }
 
 /*