1
0
mirror of https://github.com/wine-mirror/wine synced 2024-07-08 20:06:18 +00:00

Changed winhelp file->exit accelerator key from "e" to "x".

This commit is contained in:
Daniel Remenak 2005-07-20 10:29:42 +00:00 committed by Alexandre Julliard
parent 8e541c8aeb
commit 423371828a

View File

@ -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