In the distribution list, 'A' is listed as the key to press to select both

'All' and 'Minimal'. Update the keys for Minimal and Custom to avoid the
conflict.

PR:	bin/153809
Submitted by:	Janne Snabb <snabb at epipe.com>
MFC after:	3 days
This commit is contained in:
Rebecca Cran 2011-02-19 09:08:13 +00:00
parent c30c6a2311
commit a44a43f098
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=218839

View file

@ -961,9 +961,9 @@ DMenu MenuDistributions = {
checkDistKernDeveloper, distSetKernDeveloper },
{ "6 User", "Average user - binaries and doc only",
checkDistUser, distSetUser },
{ "A Minimal", "The smallest configuration possible",
{ "7 Minimal", "The smallest configuration possible",
checkDistMinimum, distSetMinimum },
{ "B Custom", "Specify your own distribution set",
{ "8 Custom", "Specify your own distribution set",
NULL, dmenuSubmenu, NULL, &MenuSubDistributions, '>', '>', '>' },
{ NULL } },
};