1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-10 01:48:00 +00:00

Add accelerator for "Special Command" sub-menu.

[originally from svn r4556]
This commit is contained in:
Jacob Nevins 2004-09-20 21:42:27 +00:00
parent a514f399cf
commit 175bfe1971

View File

@ -945,7 +945,7 @@ void update_specials_menu(void *frontend)
InsertMenu(popup_menus[j].menu,
popup_menus[j].specials_submenu_pos,
MF_BYPOSITION | MF_POPUP | MF_ENABLED,
(UINT) p, "Special Command");
(UINT) p, "S&pecial Command");
}
}
}