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

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

This commit is contained in:
Mikołaj Zalewski 2006-07-11 11:18:56 +02:00 committed by Alexandre Julliard
parent 187ab1c028
commit a5ebefc07f

View File

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