diff options
Diffstat (limited to 'wx+/image_resources.cpp')
-rwxr-xr-x | wx+/image_resources.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wx+/image_resources.cpp b/wx+/image_resources.cpp index 5cd9df0b..dd8299c2 100755 --- a/wx+/image_resources.cpp +++ b/wx+/image_resources.cpp @@ -76,7 +76,7 @@ void GlobalBitmaps::init(const Zstring& filepath) {
assert(bitmaps.empty() && anims.empty());
- wxFFileInputStream input(utfCvrtTo<wxString>(filepath));
+ wxFFileInputStream input(utfTo<wxString>(filepath));
if (input.IsOk()) //if not... we don't want to react too harsh here
{
//activate support for .png files
|