]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/animate.cpp
guard XTI
[wxWidgets.git] / src / gtk / animate.cpp
index 01034dee8b1ea8eb2c830a1a6b870475e25acb1e..6526c699a177a034bb96a62c882a81d3c621a1fd 100644 (file)
@@ -23,6 +23,7 @@
 #endif
 
 #include "wx/wfstream.h"
+#include "wx/gtk/private.h"
 
 #include <gtk/gtk.h>
 
@@ -84,7 +85,7 @@ wxAnimation& wxAnimation::operator=(const wxAnimation& that)
 bool wxAnimation::LoadFile(const wxString &name, wxAnimationType WXUNUSED(type))
 {
     UnRef();
-    m_pixbuf = gdk_pixbuf_animation_new_from_file(name.fn_str(), NULL);
+    m_pixbuf = gdk_pixbuf_animation_new_from_file(wxGTK_CONV_FN(name), NULL);
     return IsOk();
 }