From 423371828ae12d50a3f7f30d8f0a38c0bbfb8759 Mon Sep 17 00:00:00 2001 From: Daniel Remenak Date: Wed, 20 Jul 2005 10:29:42 +0000 Subject: [PATCH] Changed winhelp file->exit accelerator key from "e" to "x". --- programs/winhelp/En.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/programs/winhelp/En.rc b/programs/winhelp/En.rc index 36ab77cec52..a89673b5f84 100644 --- a/programs/winhelp/En.rc +++ b/programs/winhelp/En.rc @@ -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