mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 10:41:12 +00:00
notepad: En.rc: Fix the ellipsis in menu.
This commit is contained in:
parent
187ab1c028
commit
a5ebefc07f
1 changed files with 2 additions and 2 deletions
|
@ -25,8 +25,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
|
||||||
MAIN_MENU MENU
|
MAIN_MENU MENU
|
||||||
{
|
{
|
||||||
POPUP "&File" {
|
POPUP "&File" {
|
||||||
MENUITEM "&New...\tCtrl+N", CMD_NEW
|
MENUITEM "&New\tCtrl+N", CMD_NEW
|
||||||
MENUITEM "&Open\tCtrl+O", CMD_OPEN
|
MENUITEM "&Open...\tCtrl+O", CMD_OPEN
|
||||||
MENUITEM "&Save\tCtrl+S", CMD_SAVE
|
MENUITEM "&Save\tCtrl+S", CMD_SAVE
|
||||||
MENUITEM "Save &as...", CMD_SAVE_AS
|
MENUITEM "Save &as...", CMD_SAVE_AS
|
||||||
MENUITEM SEPARATOR
|
MENUITEM SEPARATOR
|
||||||
|
|
Loading…
Reference in a new issue