Fix English menu text.

This commit is contained in:
Martin Fuchs 2004-11-19 18:18:27 +00:00 committed by Alexandre Julliard
parent 8db6b0a514
commit f00691ce71
1 changed files with 2 additions and 2 deletions

View File

@ -60,7 +60,7 @@ IDM_WINEFILE MENU FIXED IMPURE
MENUITEM SEPARATOR
MENUITEM "&Format Disk..." , 203
#ifdef _WIN95
MENUITEM "&Make System Disk...", -1 /*@@ */
MENUITEM "&Make System Disk...", -1 /*TODO*/
#endif
MENUITEM SEPARATOR
MENUITEM "Connect &Network Drive" , 252
@ -112,7 +112,7 @@ IDM_WINEFILE MENU FIXED IMPURE
MENUITEM "F&ull Screen\tCtrl+Shift+S" , ID_VIEW_FULLSCREEN
#endif
MENUITEM SEPARATOR
MENUITEM "&Minize on run" , -1
MENUITEM "&Minimize on run" , -1
MENUITEM "&Save settings on exit" , 511
}