]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/utils/convertrc/rc2wxr.cpp
Unicode markup.
[wxWidgets.git] / contrib / utils / convertrc / rc2wxr.cpp
index 6ae35ab71984cff8fcdfce41e8ea2a117228c2c6..11eb941376c9844a1ab7e8f08f426a143d3c277f 100644 (file)
@@ -99,7 +99,7 @@ void rc2wxr::Convert(wxString wxrfile, wxString rcfile)
 {
     m_rc.Open(rcfile);
     m_filesize=m_rc.Length();
-    if( (m_wxr  = wxFopen( wxrfile.fn_str(), _T("wt") )) == NULL )
+    if( (m_wxr  = wxFopen( wxrfile, _T("wt") )) == NULL )
     {
         return;
     }