Remove wstrgettext 3269/head
authorest31 <MTest31@outlook.com>
Sun, 18 Oct 2015 00:29:06 +0000 (02:29 +0200)
committerest31 <MTest31@outlook.com>
Sun, 18 Oct 2015 00:29:06 +0000 (02:29 +0200)
commit6b0cae5a9d6e220b9f1ecf8e6a821d84961564fd
tree67a2bcef1cb55d45665d5e39bc27b6a6afca2da6
parentf3d82567c9dc98d5b1fa8724055727956ed351eb
Remove wstrgettext

Everywhere where wstrgettext was used, its output was converted back
to utf8. As wstrgettext internally converts the return value
from utf8 to wstring, it has been a waste. Remove the function, and
use strgettext instead.
src/game.cpp
src/gettext.h
src/script/lua_api/l_mainmenu.cpp