X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fnetradiant.git;a=blobdiff_plain;f=contrib%2Fprtview%2FLoadPortalFileDialog.cpp;h=03d8439777e08e01c6282f91a5af79900d3a9f10;hp=d9984a0b8a7b66f935feedc5f67247a643855f95;hb=b56637074830f2a4df0ce319033b9089bc900add;hpb=f1193766e128b7fb08fa6ef1b7658c629ace79ff diff --git a/contrib/prtview/LoadPortalFileDialog.cpp b/contrib/prtview/LoadPortalFileDialog.cpp index d9984a0b..03d84397 100644 --- a/contrib/prtview/LoadPortalFileDialog.cpp +++ b/contrib/prtview/LoadPortalFileDialog.cpp @@ -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);