Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/distrib/utils/sysinst kill bogus spaces before and after men...
details: https://anonhg.NetBSD.org/src/rev/b06652efccf8
branches: trunk
changeset: 473810:b06652efccf8
user: cgd <cgd%NetBSD.org@localhost>
date: Sun Jun 20 01:23:32 1999 +0000
description:
kill bogus spaces before and after menu titles. the menu code now positions
titles correctly.
diffstat:
distrib/utils/sysinst/arch/alpha/menus.md.eng | 4 +-
distrib/utils/sysinst/arch/alpha/menus.md.fr | 4 +-
distrib/utils/sysinst/arch/arm32/menus.md.eng | 4 +-
distrib/utils/sysinst/arch/arm32/menus.md.fr | 4 +-
distrib/utils/sysinst/arch/bebox/menus.md.eng | 16 ++++----
distrib/utils/sysinst/arch/bebox/menus.md.fr | 16 ++++----
distrib/utils/sysinst/arch/i386/menus.md.eng | 20 +++++-----
distrib/utils/sysinst/arch/i386/menus.md.fr | 20 +++++-----
distrib/utils/sysinst/arch/mac68k/menus.md.eng | 18 +++++-----
distrib/utils/sysinst/arch/macppc/menus.md.eng | 4 +-
distrib/utils/sysinst/arch/macppc/menus.md.fr | 4 +-
distrib/utils/sysinst/arch/pc532/menus.md.eng | 4 +-
distrib/utils/sysinst/arch/pc532/menus.md.fr | 4 +-
distrib/utils/sysinst/arch/pmax/menus.md.eng | 4 +-
distrib/utils/sysinst/arch/pmax/menus.md.fr | 4 +-
distrib/utils/sysinst/arch/sparc/menus.md.eng | 4 +-
distrib/utils/sysinst/arch/sparc/menus.md.fr | 4 +-
distrib/utils/sysinst/arch/vax/menus.md.eng | 4 +-
distrib/utils/sysinst/arch/vax/menus.md.fr | 4 +-
distrib/utils/sysinst/menus.mi.eng | 46 +++++++++++++-------------
distrib/utils/sysinst/menus.mi.fr | 46 +++++++++++++-------------
21 files changed, 119 insertions(+), 119 deletions(-)
diffs (truncated from 995 to 300 lines):
diff -r 6b9e8dd1d048 -r b06652efccf8 distrib/utils/sysinst/arch/alpha/menus.md.eng
--- a/distrib/utils/sysinst/arch/alpha/menus.md.eng Sun Jun 20 01:20:14 1999 +0000
+++ b/distrib/utils/sysinst/arch/alpha/menus.md.eng Sun Jun 20 01:23:32 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: menus.md.eng,v 1.5 1999/03/14 14:19:05 fvdl Exp $ */
+/* $NetBSD: menus.md.eng,v 1.6 1999/06/20 01:23:33 cgd Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@@ -55,7 +55,7 @@
option "Change h", action { editpart = H;}, sub menu edfspart;
option "Set new allocation size", action { reask_sizemult(); };
-menu md_distcustom, x=30, y=3, exit, title " Selection toggles inclusion";
+menu md_distcustom, x=30, y=3, exit, title "Selection toggles inclusion";
display action { show_cur_distsets (); };
option "Compiler Tools", action { toggle_getit (3); };
option "Games", action { toggle_getit (4); };
diff -r 6b9e8dd1d048 -r b06652efccf8 distrib/utils/sysinst/arch/alpha/menus.md.fr
--- a/distrib/utils/sysinst/arch/alpha/menus.md.fr Sun Jun 20 01:20:14 1999 +0000
+++ b/distrib/utils/sysinst/arch/alpha/menus.md.fr Sun Jun 20 01:23:32 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: menus.md.fr,v 1.6 1999/03/14 14:19:05 fvdl Exp $ */
+/* $NetBSD: menus.md.fr,v 1.7 1999/06/20 01:23:33 cgd Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@@ -55,7 +55,7 @@
option "Changer h", action { editpart = H;}, sub menu edfspart;
option "Nouvelle taille d'allocation", action { reask_sizemult(); };
-menu md_distcustom, x=30, y=3, exit, title " Sélection des composants";
+menu md_distcustom, x=30, y=3, exit, title "Sélection des composants";
display action { show_cur_distsets (); };
option "Outils de développement ", action { toggle_getit (3); };
option "Jeux", action { toggle_getit (4); };
diff -r 6b9e8dd1d048 -r b06652efccf8 distrib/utils/sysinst/arch/arm32/menus.md.eng
--- a/distrib/utils/sysinst/arch/arm32/menus.md.eng Sun Jun 20 01:20:14 1999 +0000
+++ b/distrib/utils/sysinst/arch/arm32/menus.md.eng Sun Jun 20 01:23:32 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: menus.md.eng,v 1.4 1999/03/14 14:19:06 fvdl Exp $ */
+/* $NetBSD: menus.md.eng,v 1.5 1999/06/20 01:23:33 cgd Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@@ -55,7 +55,7 @@
option "Change h", action { editpart = H;}, sub menu edfspart;
option "Set new allocation size", action { reask_sizemult(); };
-menu md_distcustom, x=30, y=3, exit, title " Selection toggles inclusion";
+menu md_distcustom, x=30, y=3, exit, title "Selection toggles inclusion";
display action { show_cur_distsets (); };
option "Compiler Tools", action { toggle_getit (3); };
option "Games", action { toggle_getit (4); };
diff -r 6b9e8dd1d048 -r b06652efccf8 distrib/utils/sysinst/arch/arm32/menus.md.fr
--- a/distrib/utils/sysinst/arch/arm32/menus.md.fr Sun Jun 20 01:20:14 1999 +0000
+++ b/distrib/utils/sysinst/arch/arm32/menus.md.fr Sun Jun 20 01:23:32 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: menus.md.fr,v 1.4 1999/03/14 14:19:06 fvdl Exp $ */
+/* $NetBSD: menus.md.fr,v 1.5 1999/06/20 01:23:34 cgd Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@@ -55,7 +55,7 @@
option "Changer h", action { editpart = H;}, sub menu edfspart;
option "Nouvelle taille d'allocation", action { reask_sizemult(); };
-menu md_distcustom, x=30, y=3, exit, title " Sélection des composants";
+menu md_distcustom, x=30, y=3, exit, title "Sélection des composants";
display action { show_cur_distsets (); };
option "Outils de développement ", action { toggle_getit (3); };
option "Jeux", action { toggle_getit (4); };
diff -r 6b9e8dd1d048 -r b06652efccf8 distrib/utils/sysinst/arch/bebox/menus.md.eng
--- a/distrib/utils/sysinst/arch/bebox/menus.md.eng Sun Jun 20 01:20:14 1999 +0000
+++ b/distrib/utils/sysinst/arch/bebox/menus.md.eng Sun Jun 20 01:23:32 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: menus.md.eng,v 1.3 1999/03/31 00:44:49 fvdl Exp $ */
+/* $NetBSD: menus.md.eng,v 1.4 1999/06/20 01:23:34 cgd Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@@ -38,11 +38,11 @@
/* Menu definitions for sysinst. bebox version, machine dependent. */
-menu fullpart, title " Select your choice";
+menu fullpart, title "Select your choice";
option "Use only part of the disk", exit, action {usefull = 0;};
option "Use the entire disk", exit, action {usefull = 1;};
-menu wdtype, title " Select type";
+menu wdtype, title "Select type";
display action { msg_display (MSG_wdtype, diskdev); };
option "IDE", exit;
option "ESDI", exit, action
@@ -59,7 +59,7 @@
};
-menu dlgeom, title " Choose an option";
+menu dlgeom, title "Choose an option";
display action { msg_display (MSG_dlgeom, diskdev, dlcyl, dlhead,
dlsec, disk->dd_cyl, disk->dd_head,
disk->dd_sec);
@@ -75,7 +75,7 @@
disk->dd_sec = dlsec;
};
-menu editparttable, title " Choose your partition", exit;
+menu editparttable, title "Choose your partition", exit;
display action { msg_display (MSG_editparttable);
disp_cur_part((struct mbr_partition *)&mbr[MBR_PARTOFF], activepart,-1);
};
@@ -90,7 +90,7 @@
option "Reselect size specification",
action { reask_sizemult(); };
-menu editpart, title " Select to change";
+menu editpart, title "Select to change";
display action { msg_display (MSG_editpart, editpart);
disp_cur_part((struct mbr_partition *)&mbr[MBR_PARTOFF
], activepart,editpart);
@@ -119,7 +119,7 @@
option "Set active", action { activepart = editpart; };
option "Partition OK", exit;
-menu chooseid, title " Partition Kind? ";
+menu chooseid, title "Partition Kind?";
option "NetBSD", exit, action
{
part[editpart].mbrp_typ = 165;
@@ -178,7 +178,7 @@
option "Set new allocation size", action { reask_sizemult(); };
-menu md_distcustom, x=30, y=3, exit, title " Selection toggles inclusion";
+menu md_distcustom, x=30, y=3, exit, title "Selection toggles inclusion";
display action { show_cur_distsets (); };
option "Compiler Tools", action { toggle_getit (3); };
option "Games", action { toggle_getit (4); };
diff -r 6b9e8dd1d048 -r b06652efccf8 distrib/utils/sysinst/arch/bebox/menus.md.fr
--- a/distrib/utils/sysinst/arch/bebox/menus.md.fr Sun Jun 20 01:20:14 1999 +0000
+++ b/distrib/utils/sysinst/arch/bebox/menus.md.fr Sun Jun 20 01:23:32 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: menus.md.fr,v 1.3 1999/03/31 00:44:49 fvdl Exp $ */
+/* $NetBSD: menus.md.fr,v 1.4 1999/06/20 01:23:34 cgd Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@@ -38,11 +38,11 @@
/* Menu definitions for sysinst. bebox version, machine dependent. */
-menu fullpart, title " Faite votre choix";
+menu fullpart, title "Faite votre choix";
option "Utilisation d'une partie du disque", exit, action {usefull = 0;};
option "Utilisation de tout le disque", exit, action {usefull = 1;};
-menu wdtype, title " Choix du type de disque";
+menu wdtype, title "Choix du type de disque";
display action { msg_display (MSG_wdtype, diskdev); };
option "IDE", exit;
option "ESDI", exit, action
@@ -59,7 +59,7 @@
};
-menu dlgeom, title " Choisissez une option";
+menu dlgeom, title "Choisissez une option";
display action { msg_display (MSG_dlgeom, diskdev, dlcyl, dlhead,
dlsec, disk->dd_cyl, disk->dd_head,
disk->dd_sec);
@@ -76,7 +76,7 @@
};
-menu editparttable, title " Choisissez votre partition", exit;
+menu editparttable, title "Choisissez votre partition", exit;
display action { msg_display (MSG_editparttable);
disp_cur_part((struct mbr_partition *)&mbr[MBR_PARTOFF
], activepart,-1);
@@ -92,7 +92,7 @@
option "Changer d'untité",
action { reask_sizemult(); };
-menu editpart, title " Changement ";
+menu editpart, title "Changement";
display action { msg_display (MSG_editpart, editpart);
disp_cur_part((struct mbr_partition *)&mbr[MBR_PARTOFF
], activepart,editpart);
@@ -121,7 +121,7 @@
option "Rendre la partition active", action { activepart = editpart; };
option "Partition OK", exit;
-menu chooseid, title " Type de Partition? ";
+menu chooseid, title "Type de Partition?";
option "NetBSD", exit, action
{
part[editpart].mbrp_typ = 165;
@@ -180,7 +180,7 @@
option "Changer d'unité", action { reask_sizemult(); };
-menu md_distcustom, x=30, y=3, exit, title " Sélection des composants";
+menu md_distcustom, x=30, y=3, exit, title "Sélection des composants";
display action { show_cur_distsets (); };
option "Outils de développement ", action { toggle_getit (3); };
option "Jeux", action { toggle_getit (4); };
diff -r 6b9e8dd1d048 -r b06652efccf8 distrib/utils/sysinst/arch/i386/menus.md.eng
--- a/distrib/utils/sysinst/arch/i386/menus.md.eng Sun Jun 20 01:20:14 1999 +0000
+++ b/distrib/utils/sysinst/arch/i386/menus.md.eng Sun Jun 20 01:23:32 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: menus.md.eng,v 1.21 1999/06/19 01:23:52 cgd Exp $ */
+/* $NetBSD: menus.md.eng,v 1.22 1999/06/20 01:23:34 cgd Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@@ -38,11 +38,11 @@
/* Menu definitions for sysinst. i386 version, machine dependent. */
-menu fullpart, title " Select your choice";
+menu fullpart, title "Select your choice";
option "Use only part of the disk", exit, action {usefull = 0;};
option "Use the entire disk", exit, action {usefull = 1;};
-menu wdtype, title " Select type";
+menu wdtype, title "Select type";
display action { msg_display (MSG_wdtype, diskdev); };
option "IDE", exit;
option "ESDI", exit, action
@@ -59,7 +59,7 @@
};
-menu dlgeom, title " Choose an option";
+menu dlgeom, title "Choose an option";
display action { msg_display (MSG_dlgeom, diskdev, dlcyl, dlhead,
dlsec, disk->dd_cyl, disk->dd_head,
disk->dd_sec);
@@ -75,7 +75,7 @@
disk->dd_sec = dlsec;
};
-menu editparttable, title " Choose your partition", exit;
+menu editparttable, title "Choose your partition", exit;
display action { msg_display (MSG_editparttable);
disp_cur_part((struct mbr_partition *)&mbr[MBR_PARTOFF
], activepart,-1);
@@ -91,7 +91,7 @@
option "Reselect size specification",
action { reask_sizemult(); };
-menu editpart, title " Select to change";
+menu editpart, title "Select to change";
display action { msg_display (MSG_editpart, editpart);
disp_cur_part((struct mbr_partition *)&mbr[MBR_PARTOFF
], activepart,editpart);
@@ -120,7 +120,7 @@
option "Set active", action { activepart = editpart; };
option "Partition OK", exit;
-menu chooseid, title " Partition Kind? ";
+menu chooseid, title "Partition Kind?";
option "NetBSD", exit, action
{
part[editpart].mbrp_typ = 169;
@@ -179,7 +179,7 @@
option "Set new allocation size", action { reask_sizemult(); };
-menu md_distcustom, x=30, y=3, exit, title " Selection toggles inclusion";
+menu md_distcustom, x=30, y=3, exit, title "Selection toggles inclusion";
display action { show_cur_distsets (); };
option "Compiler Tools", action { toggle_getit (3); };
option "Games", action { toggle_getit (4); };
@@ -235,7 +235,7 @@
biosdisk = NULL;
};
-menu configbootsel, title " Change a bootmenu item", exit;
+menu configbootsel, title "Change a bootmenu item", exit;
display action { msg_display(MSG_configbootsel);
disp_bootsel((struct mbr_partition *)&mbr[MBR_PARTOFF], mbs);
msg_display_add(MSG_bootseltimeout, (1000 * mbs->timeo) / 18200);
@@ -289,7 +289,7 @@
};
option "Set default option", sub menu defaultbootsel;
-menu defaultbootsel, title " Pick a default partition/disk to boot ";
+menu defaultbootsel, title "Pick a default partition/disk to boot";
option "Partition 0", exit,
action {
if (mbs->nametab[0][0] != 0 && part[0].mbrp_typ != 0)
diff -r 6b9e8dd1d048 -r b06652efccf8 distrib/utils/sysinst/arch/i386/menus.md.fr
--- a/distrib/utils/sysinst/arch/i386/menus.md.fr Sun Jun 20 01:20:14 1999 +0000
+++ b/distrib/utils/sysinst/arch/i386/menus.md.fr Sun Jun 20 01:23:32 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: menus.md.fr,v 1.17 1999/06/19 01:23:53 cgd Exp $ */
+/* $NetBSD: menus.md.fr,v 1.18 1999/06/20 01:23:35 cgd Exp $ */
Home |
Main Index |
Thread Index |
Old Index