Module: wine Branch: refs/heads/master Commit: 35b7a813f694d02325518d1df9d836e58896b584 URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=35b7a813f694d02325518d1d...
Author: Mikołaj Zalewski mikolaj@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