From: terencehill Date: Thu, 20 Jan 2011 23:31:35 +0000 (+0100) Subject: Comment out code for menu tooltips radio buttons as currently there's no space X-Git-Tag: xonotic-v0.6.0~40^2~108^2~9 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=30ab59f8f02c19d7d57ae67e963eb7ed581bfec9;p=xonotic%2Fxonotic-data.pk3dir.git Comment out code for menu tooltips radio buttons as currently there's no space --- diff --git a/qcsrc/menu/xonotic/dialog_settings_misc.c b/qcsrc/menu/xonotic/dialog_settings_misc.c index 2113783ed..9a0b8e060 100644 --- a/qcsrc/menu/xonotic/dialog_settings_misc.c +++ b/qcsrc/menu/xonotic/dialog_settings_misc.c @@ -78,12 +78,12 @@ void XonoticMiscSettingsTab_fill(entity me) me.TR(me); me.TR(me); me.TD(me, 1, 3, e = makeXonoticCheckBox(0, "cl_maxfps_alwayssleep", _("Minimize input latency"))); +/* me.TR(me); me.TR(me); - me.TR(me); - me.TD(me, 1, 1, e = makeXonoticTextLabel(0, "Menu Tooltips:")); - me.TD(me, 1, 0.4, e = makeXonoticRadioButton(2, "menu_tooltips", "0", "Off")); - me.TD(me, 1, 0.8, e = makeXonoticRadioButton(2, "menu_tooltips", "1", "Standard")); - me.TD(me, 1, 0.8, e = makeXonoticRadioButton(2, "menu_tooltips", "2", "Advanced")); + me.TD(me, 1, 1, e = makeXonoticTextLabel(0, _("Menu Tooltips:"))); + me.TD(me, 1, 0.4, e = makeXonoticRadioButton(2, "menu_tooltips", "0", _("Off"))); + me.TD(me, 1, 0.8, e = makeXonoticRadioButton(2, "menu_tooltips", "1", _("Standard"))); + me.TD(me, 1, 0.8, e = makeXonoticRadioButton(2, "menu_tooltips", "2", _("Advanced"))); */ me.TR(me); me.TR(me); me.TDempty(me, 0.5);