From a218dc40a68bfe95d2307d9d2d115fc46e8f3cd8 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 27 Jan 2009 17:30:34 +0000 Subject: one line "panel" instead of two lines the default is now to display things like "F2 Language" and the chosen language below. this patch reverts to previous behaviour: if you have a "title" (eg: "Language") we use it, otherwise we display the chosen value. this patch is useful to keep more room for the "Boot Options" --- src/dia_video.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/dia_video.inc') diff --git a/src/dia_video.inc b/src/dia_video.inc index 84ab80d..8bbba40 100644 --- a/src/dia_video.inc +++ b/src/dia_video.inc @@ -171,7 +171,7 @@ % add to menu xmenu .xm_list video.modes.text put - xmenu .xm_title /txt_video_mode put + xmenu .xm_title .undef put % select largest mode the monitor supports -- cgit v1.2.1