diff options
author | Erwan Velu <erwan.velu@free.fr> | 2009-11-26 23:14:51 +0100 |
---|---|---|
committer | Erwan Velu <erwan.velu@free.fr> | 2009-12-04 10:11:14 +0100 |
commit | 45cbbf3d1ea302cc6379c5400186f36f1b03b238 (patch) | |
tree | a77d7ad2e7a62c948db4638a358bcc67d3a160b0 /com32/hdt/floppy | |
parent | 91817a19429135c6fd8f5c96a2ebe8d024dff7f7 (diff) | |
download | syslinux.git-45cbbf3d1ea302cc6379c5400186f36f1b03b238.tar.gz syslinux.git-45cbbf3d1ea302cc6379c5400186f36f1b03b238.tar.xz syslinux.git-45cbbf3d1ea302cc6379c5400186f36f1b03b238.zip |
hdt: Adding CODENAME in title (menu.c32)
Impact: visual
Let's display the CODENAME in the menu title
Diffstat (limited to 'com32/hdt/floppy')
-rw-r--r-- | com32/hdt/floppy/hdt.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/com32/hdt/floppy/hdt.cfg b/com32/hdt/floppy/hdt.cfg index 6b0c97d5..5627246e 100644 --- a/com32/hdt/floppy/hdt.cfg +++ b/com32/hdt/floppy/hdt.cfg @@ -2,7 +2,7 @@ UI menu.c32 DEFAULT hdt PROMPT 0 TIMEOUT 50 -MENU TITLE Hardware Detection Tool (HDT) version %VERSION% +MENU TITLE Hardware Detection Tool (HDT) version %VERSION% (%CODENAME%) MENU MARGIN 0 MENU ROWS 15 MENU TABMSG |