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

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

parent 187ab1c0
......@@ -25,8 +25,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
MAIN_MENU MENU
{
POPUP "&File" {
MENUITEM "&New...\tCtrl+N", CMD_NEW
MENUITEM "&Open\tCtrl+O", CMD_OPEN
MENUITEM "&New\tCtrl+N", CMD_NEW
MENUITEM "&Open...\tCtrl+O", CMD_OPEN
MENUITEM "&Save\tCtrl+S", CMD_SAVE
MENUITEM "Save &as...", 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