Changed winhelp file->exit accelerator key from "e" to "x".
This commit is contained in:
parent
8e541c8aeb
commit
423371828a
|
@ -29,7 +29,7 @@ MAIN_MENU MENU LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
|
|||
MENUITEM "&Print", MNID_FILE_PRINT
|
||||
MENUITEM "Printer &setup...", MNID_FILE_SETUP
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "&Exit", MNID_FILE_EXIT
|
||||
MENUITEM "E&xit", MNID_FILE_EXIT
|
||||
}
|
||||
POPUP "&Edit" {
|
||||
MENUITEM "&Copy...", MNID_EDIT_COPYDLG
|
||||
|
|
Loading…
Reference in New Issue