]> git.sesse.net Git - vlc/blobdiff - modules/gui/qt4/Modules.am
* Fix a number of encoding bugs
[vlc] / modules / gui / qt4 / Modules.am
index 85ab2f34782273a92f456fb90d7f38d31187bb35..125c765bc45df26064598e873f0a7a2755cf5b34 100644 (file)
@@ -67,7 +67,7 @@ $(UIH): %.h: %.ui
        $(install_sh) -d ui
        @echo "$(UIC) $< -> $@"
        rm -f $@
-       echo "#define Q_(a,b) _(a)" > $@
+       echo "#define Q_(a,b) QString::fromUtf8(_(a))" > $@
        $(UIC) -tr "Q_" $< >> $@