From: terencehill Date: Tue, 1 Sep 2015 10:09:33 +0000 (+0200) Subject: $$ to show $ X-Git-Tag: xonotic-v0.8.2~1808^2~12 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=209a323257516d5a0dfe331f6aa47dd9557ef116;p=xonotic%2Fxonotic-data.pk3dir.git $$ to show $ --- diff --git a/qcsrc/menu/xonotic/keybinder.qc b/qcsrc/menu/xonotic/keybinder.qc index ebf4a5da4..0bb27d12a 100644 --- a/qcsrc/menu/xonotic/keybinder.qc +++ b/qcsrc/menu/xonotic/keybinder.qc @@ -141,7 +141,7 @@ void Xonotic_KeyBinds_Read() KEYBIND_DEF("" , _("User defined")); for(i = 1; i <= 32; ++i) - KEYBIND_DEF(strcat("+userbind ", itos(i)), strcat("$", _("userbind"), itos(i))); + KEYBIND_DEF(strcat("+userbind ", itos(i)), strcat("$$", _("userbind"), itos(i))); #undef KEYBIND_DEF }