1
0
mirror of https://github.com/wine-mirror/wine synced 2024-07-08 03:45:57 +00:00

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

This commit is contained in:
Mikołaj Zalewski 2006-06-15 15:30:13 +02:00 committed by Alexandre Julliard
parent 7afe18ec27
commit 35b7a813f6

View File

@ -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