]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - contrib/prtview/LoadPortalFileDialog.cpp
Remove unnecessary locale/UTF-8 encoding conversions
[xonotic/netradiant.git] / contrib / prtview / LoadPortalFileDialog.cpp
index d9984a0b8a7b66f935feedc5f67247a643855f95..03d8439777e08e01c6282f91a5af79900d3a9f10 100644 (file)
@@ -176,7 +176,7 @@ int DoLoadPortalFileDialog ()
   }
 
   StringOutputStream value(256);
-  value << ConvertLocaleToUTF8(portals.fn);
+  value << portals.fn;
   gtk_entry_set_text (GTK_ENTRY (entry), value.c_str());
   gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (check2d), portals.show_2d);
   gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (check3d), portals.show_3d);