mirror of
https://github.com/cookiengineer/audacity
synced 2025-07-24 00:18:07 +02:00
Add i18n-hints
This commit is contained in:
parent
617fdb387f
commit
341c01b256
@ -1028,8 +1028,12 @@ void AudacityProject::CreateMenusAndCommands()
|
||||
|
||||
{
|
||||
c->BeginMenu(_("&Window"));
|
||||
/* i18n-hint: Standard Macintosh Window menu item: Make (the current
|
||||
* window) shrink to an icon on the dock */
|
||||
c->AddItem(wxT("MacMinimize"), _("&Minimize"), FN(OnMacMinimize),
|
||||
wxT("Ctrl+M"), NotMinimizedFlag, NotMinimizedFlag);
|
||||
/* i18n-hint: Standard Macintosh Window menu item: Make (the current
|
||||
* window) full sized */
|
||||
c->AddItem(wxT("MacZoom"), _("&Zoom"), FN(OnMacZoom),
|
||||
wxT(""), NotMinimizedFlag, NotMinimizedFlag);
|
||||
#if 0
|
||||
|
Loading…
x
Reference in New Issue
Block a user