diff --git a/debian/changelog b/debian/changelog index da8062a..9c96130 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ gfxboot-theme-ubuntu (0.1.3) UNRELEASED; urgency=low * Add live CD test function (looks for /casper/filesystem.cloop). * Offer normal/expert mode panel option on media other than live CDs. + * Swap round "VGA" and "Other Options" panel entries. -- Colin Watson Mon, 19 Dec 2005 00:25:12 +0000 diff --git a/panel.inc b/panel.inc index 3e44af9..8e21ca3 100644 --- a/panel.inc +++ b/panel.inc @@ -38,8 +38,8 @@ syslinux { [ keyF2 0 "F2" /panel.lang /panel.lang.width /panel.lang.update /lang.init ] - [ keyF3 0 "F3" /panel.options /panel.options.width /panel.options.update .undef ] - [ keyF4 0 "F4" /panel.video /panel.video.width /panel.video.update /video.init ] + [ keyF3 0 "F3" /panel.video /panel.video.width /panel.video.update /video.init ] + [ keyF4 0 "F4" /panel.options /panel.options.width /panel.options.update .undef ] is_live not { [ keyF5 0 "F5" /panel.dimode /panel.dimode.width /panel.dimode.update /dimode.init ]