| 4502 | } |
| 4503 | |
| 4504 | void LaunchAutoHotkeyHelp() |
| 4505 | { |
| 4506 | LaunchAutoHotkeyUtil(AHK_HELP_FILE, false); |
| 4507 | } |
| 4508 | |
| 4509 | bool HandleMenuItem(HWND aHwnd, WORD aMenuItemID, HWND aGuiHwnd) |
| 4510 | // See if an item was selected from the tray menu or main menu. Note that it is possible |
no test coverage detected