notepad: Pl.rc: Fix the ellipsis in menu.
This commit is contained in:
parent
7afe18ec27
commit
35b7a813f6
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue