X-Git-Url: https://de.git.xonotic.org/?p=xonotic%2Fnetradiant.git;a=blobdiff_plain;f=radiant%2Fqe3.cpp;h=c707d5613304b81c9e76b14aa4dfec796c668e7d;hp=451489b531c83b765d21e661c3bf4f54244fec00;hb=7a0665f15618af649d736d25d8e56bc8eeab8f24;hpb=a94abb3026f92fc3fb356126ac28c854cc7bfa8a diff --git a/radiant/qe3.cpp b/radiant/qe3.cpp index 451489b5..c707d561 100644 --- a/radiant/qe3.cpp +++ b/radiant/qe3.cpp @@ -333,7 +333,7 @@ void RunBSP(const char* name) #endif globalOutputStream() << "Writing the compile script to '" << batpath << "'\n"; globalOutputStream() << "The build output will be saved in '" << junkpath << "'\n"; - Q_Exec(batpath, NULL, NULL, true); + Q_Exec(batpath, NULL, NULL, true, false); } } @@ -346,7 +346,7 @@ void RunBSP(const char* name) void Sys_SetTitle(const char *text, bool modified) { StringOutputStream title; - title << ConvertLocaleToUTF8(text); + title << text; if(modified) {