From 3ba62ef1de77153e5a8c7bad4451b96f6a1678b0 Mon Sep 17 00:00:00 2001 From: Daniel Wilhelm Date: Sun, 12 Mar 2017 22:00:35 -0600 Subject: 8.10 --- wx+/image_resources.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wx+/image_resources.cpp') 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(filepath)); + wxFFileInputStream input(utfTo(filepath)); if (input.IsOk()) //if not... we don't want to react too harsh here { //activate support for .png files -- cgit