Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/distrib/utils/sysinst Float the menu box of menu_fullpart (a...
details: https://anonhg.NetBSD.org/src/rev/daa24a80dcd7
branches: trunk
changeset: 584216:daa24a80dcd7
user: dsl <dsl%NetBSD.org@localhost>
date: Sun Sep 11 16:42:39 2005 +0000
description:
Float the menu box of menu_fullpart (all mbr disk) below the text message.
Stops the German text flowing into the box, should fix PR/31292
diffstat:
distrib/utils/sysinst/menus.mbr | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r d3561ac1ed80 -r daa24a80dcd7 distrib/utils/sysinst/menus.mbr
--- a/distrib/utils/sysinst/menus.mbr Sun Sep 11 16:11:22 2005 +0000
+++ b/distrib/utils/sysinst/menus.mbr Sun Sep 11 16:42:39 2005 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: menus.mbr,v 1.3 2003/08/05 13:35:27 dsl Exp $ */
+/* $NetBSD: menus.mbr,v 1.4 2005/09/11 16:42:39 dsl Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@@ -38,7 +38,7 @@
/* Menu definitions for sysinst. mbr configuration */
-menu fullpart, title MSG_Select_your_choice, y=15;
+menu fullpart, title MSG_Select_your_choice, y=-10;
option MSG_Use_only_part_of_the_disk, exit, action {*(int *)arg = 0;};
option MSG_Use_the_entire_disk, exit, action {*(int *)arg = 1;};
Home |
Main Index |
Thread Index |
Old Index