Mercurial > ecos
diff host/tools/configtool/standalone/wxwin/mainwin.cpp @ 2683:204262dd4d13
* standalone/wxwin/mainwin.cpp: Make menu acceleration keys unique.
[ Bugzilla 1000618 ]
| author | jld |
|---|---|
| date | Mon, 08 Dec 2008 21:28:55 +0000 |
| parents | 24c0267fbb70 |
| children | cb126e20cbb6 |
line wrap: on
line diff
--- 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
