# HG changeset patch # User jld # Date 1228771735 0 # Node ID 204262dd4d13a519f9df9e4b2ae4633de6b9501f # Parent aa78e7da8d3de60d072fc44ab69d6b21cbf84eda * standalone/wxwin/mainwin.cpp: Make menu acceleration keys unique. [ Bugzilla 1000618 ] diff --git a/host/tools/configtool/ChangeLog b/host/tools/configtool/ChangeLog --- a/host/tools/configtool/ChangeLog +++ b/host/tools/configtool/ChangeLog @@ -1,3 +1,8 @@ +2008-12-08 John Dallaway + + * standalone/wxwin/mainwin.cpp: Make menu acceleration keys unique. + [ Bugzilla 1000618 ] + 2008-08-15 Bart Veer * common/common/build.cxx: avoid compiler warning. diff --git a/host/tools/configtool/standalone/wxwin/mainwin.cpp b/host/tools/configtool/standalone/wxwin/mainwin.cpp --- a/host/tools/configtool/standalone/wxwin/mainwin.cpp +++ b/host/tools/configtool/standalone/wxwin/mainwin.cpp @@ -343,7 +343,7 @@ ecMainFrame::ecMainFrame(wxDocManager *m buildMenu->AppendSeparator(); buildMenu->Append(ecID_BUILD_OPTIONS, _("&Options..."), _("Changes build options")); buildMenu->Append(ecID_BUILD_REPOSITORY, _("&Repository..."), _("Selects repository")); - buildMenu->Append(ecID_BUILD_TEMPLATES, _("&Templates..."), _("Selects the package templates")); + buildMenu->Append(ecID_BUILD_TEMPLATES, _("Te&mplates..."), _("Selects the package templates")); buildMenu->Append(ecID_BUILD_PACKAGES, _("&Packages..."), _("Selects individual packages")); // Tools menu @@ -356,7 +356,7 @@ ecMainFrame::ecMainFrame(wxDocManager *m toolsMenu->Append(ecID_SHELL, _("&Shell..."), _("Invokes a command shell")); toolsMenu->Append(ecID_RUN_TESTS, _("&Run Tests...\tCtrl+F5"), _("Runs the configuration tests")); - toolsMenu->Append(ecID_PLATFORMS, _("&Platforms..."), _("Edits the platforms list")); + toolsMenu->Append(ecID_PLATFORMS, _("Plat&forms..."), _("Edits the platforms list")); toolsMenu->Append(ecID_RESOLVE_CONFLICTS, _("Resolve &Conflicts..."), _("Resolves conflicts")); toolsMenu->Append(ecID_ADMINISTRATION, _("&Administration..."), _("Performs repository administration tasks")); #if 0