From a8a7de65717bd9db43b9200e42fd10dfd81c6d69 Mon Sep 17 00:00:00 2001 From: FruitieX Date: Fri, 24 Dec 2010 03:00:40 +0200 Subject: [PATCH] fix a stupid typo --- qcsrc/menu/xonotic/dialog_hudpanel_notification.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qcsrc/menu/xonotic/dialog_hudpanel_notification.c b/qcsrc/menu/xonotic/dialog_hudpanel_notification.c index 3eeaff284..b0752664f 100644 --- a/qcsrc/menu/xonotic/dialog_hudpanel_notification.c +++ b/qcsrc/menu/xonotic/dialog_hudpanel_notification.c @@ -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")))); -- 2.39.2