Mikołaj Zalewski : notepad: En.rc: Fix the ellipsis in menu.

Alexandre Julliard julliard at wine.codeweavers.com
Tue Jul 11 06:10:28 CDT 2006


Module: wine
Branch: refs/heads/master
Commit: a5ebefc07f9ca7666db67578f02d33e31797827b
URL:    http://source.winehq.org/git/?p=wine.git;a=commit;h=a5ebefc07f9ca7666db67578f02d33e31797827b

Author: Mikołaj Zalewski <mikolaj at zalewski.pl>
Date:   Tue Jul 11 11:18:56 2006 +0200

notepad: En.rc: Fix the ellipsis in menu.

---

 programs/notepad/En.rc |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/programs/notepad/En.rc b/programs/notepad/En.rc
index fa459e6..3bf6475 100644
--- a/programs/notepad/En.rc
+++ b/programs/notepad/En.rc
@@ -25,8 +25,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
 MAIN_MENU MENU
 {
  POPUP "&File" {
-  MENUITEM "&New...\tCtrl+N",           CMD_NEW
-  MENUITEM "&Open\tCtrl+O",     CMD_OPEN
+  MENUITEM "&New\tCtrl+N",      CMD_NEW
+  MENUITEM "&Open...\tCtrl+O",  CMD_OPEN
   MENUITEM "&Save\tCtrl+S",     CMD_SAVE
   MENUITEM "Save &as...",       CMD_SAVE_AS
   MENUITEM SEPARATOR




More information about the wine-cvs mailing list