Commit 35b7a813 authored by Mikołaj Zalewski's avatar Mikołaj Zalewski Committed by Alexandre Julliard

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

parent 7afe18ec
......@@ -26,8 +26,8 @@ LANGUAGE LANG_POLISH, SUBLANG_DEFAULT
MAIN_MENU MENU
{
POPUP "&Plik" {
MENUITEM "&Nowy...", CMD_NEW
MENUITEM "&Otwrz\tCtrl+O", CMD_OPEN
MENUITEM "&Nowy", CMD_NEW
MENUITEM "&Otwrz...\tCtrl+O", CMD_OPEN
MENUITEM "&Zapisz\tCtrl+S", CMD_SAVE
MENUITEM "Z&apisz jako...", CMD_SAVE_AS
MENUITEM SEPARATOR
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment