mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 17:05:46 +00:00
rename "New..." to "New" and "Open" to "Open..." (for german and english only)
svn path=/trunk/; revision=38389
This commit is contained in:
parent
64fcc33d8b
commit
fc993f8780
2 changed files with 3 additions and 3 deletions
|
@ -42,7 +42,7 @@ MAIN_MENU MENU
|
|||
BEGIN
|
||||
POPUP "&Datei"
|
||||
BEGIN
|
||||
MENUITEM "&Neu...", CMD_NEW
|
||||
MENUITEM "&Neu", CMD_NEW
|
||||
MENUITEM "Ö&ffnen...", CMD_OPEN
|
||||
MENUITEM "&Speichern", CMD_SAVE
|
||||
MENUITEM "Speichern &unter...", CMD_SAVE_AS
|
||||
|
|
|
@ -42,8 +42,8 @@ MAIN_MENU MENU
|
|||
BEGIN
|
||||
POPUP "&File"
|
||||
BEGIN
|
||||
MENUITEM "&New...", CMD_NEW
|
||||
MENUITEM "&Open\tCtrl+O", CMD_OPEN
|
||||
MENUITEM "&New", CMD_NEW
|
||||
MENUITEM "&Open...\tCtrl+O", CMD_OPEN
|
||||
MENUITEM "&Save\tCtrl+S", CMD_SAVE
|
||||
MENUITEM "Save &as...", CMD_SAVE_AS
|
||||
MENUITEM SEPARATOR
|
||||
|
|
Loading…
Reference in a new issue