]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
fix notify panel cvar
authorRudolf Polzer <divverent@alientrap.org>
Fri, 24 Dec 2010 17:30:33 +0000 (18:30 +0100)
committerRudolf Polzer <divverent@alientrap.org>
Fri, 24 Dec 2010 17:30:33 +0000 (18:30 +0100)
qcsrc/menu/xonotic/dialog_hudpanel_notification.c

index 3eeaff284db99458439ea17e9cc052016e835919..b0752664f2023258a2951bb0bf96b1399b79e755 100644 (file)
@@ -18,7 +18,7 @@ void XonoticHUDNotificationDialog_fill(entity me)
        float i;
 
        me.TR(me);
-               me.TD(me, 1, 3, e = makeXonoticCheckBox(0, "hud_panel_healtharmor", "Enable panel"));
+               me.TD(me, 1, 3, e = makeXonoticCheckBox(0, "hud_panel_notify", "Enable panel"));
        me.TR(me);
                me.TD(me, 1, 1.4, e = makeXonoticTextLabel(0, "Background:"));
                        me.TD(me, 1, 1.6, e = makeXonoticTextSlider(strzone(strcat("hud_panel_", panelname, "_bg"))));