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

Alexandre Julliard julliard at wine.codeweavers.com
Thu Jun 15 11:06:48 CDT 2006


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

Author: Mikołaj Zalewski <mikolaj at zalewski.pl>
Date:   Thu Jun 15 15:30:13 2006 +0200

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

---

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

diff --git a/programs/notepad/Pl.rc b/programs/notepad/Pl.rc
index e2e5105..e91ebd8 100644
--- a/programs/notepad/Pl.rc
+++ b/programs/notepad/Pl.rc
@@ -26,8 +26,8 @@ LANGUAGE LANG_POLISH, SUBLANG_DEFAULT
 MAIN_MENU MENU
 {
  POPUP "&Plik" {
-  MENUITEM "&Nowy...",           CMD_NEW
-  MENUITEM "&Otwórz\tCtrl+O",     CMD_OPEN
+  MENUITEM "&Nowy",           CMD_NEW
+  MENUITEM "&Otwórz...\tCtrl+O",     CMD_OPEN
   MENUITEM "&Zapisz\tCtrl+S",     CMD_SAVE
   MENUITEM "Z&apisz jako...",       CMD_SAVE_AS
   MENUITEM SEPARATOR




More information about the wine-cvs mailing list