mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-25 01:02:24 +00:00
Accelerators and wording change in Pageant systray menu
[originally from svn r634]
This commit is contained in:
parent
ab839c6127
commit
99dc6ef4f7
@ -647,8 +647,8 @@ int WINAPI WinMain(HINSTANCE inst, HINSTANCE prev, LPSTR cmdline, int show) {
|
||||
DestroyIcon(hicon);
|
||||
|
||||
systray_menu = CreatePopupMenu();
|
||||
AppendMenu (systray_menu, MF_ENABLED, IDM_VIEWKEYS, "View Keys");
|
||||
AppendMenu (systray_menu, MF_ENABLED, IDM_CLOSE, "Terminate");
|
||||
AppendMenu (systray_menu, MF_ENABLED, IDM_VIEWKEYS, "&View Keys");
|
||||
AppendMenu (systray_menu, MF_ENABLED, IDM_CLOSE, "E&xit");
|
||||
}
|
||||
|
||||
ShowWindow (hwnd, SW_HIDE);
|
||||
|
Loading…
Reference in New Issue
Block a user