programs: Standardize the About menus.
This commit is contained in:
parent
29116e2400
commit
d1b51d8502
|
@ -32,7 +32,7 @@ SYSMENU MENU
|
|||
MENUITEM SEPARATOR
|
||||
MENUITEM "&Close\tAlt-F4", 61536
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "&About Wine...", 61761
|
||||
MENUITEM "&About Wine", 61761
|
||||
}
|
||||
|
||||
EDITMENU MENU
|
||||
|
|
588
po/en_US.po
588
po/en_US.po
File diff suppressed because it is too large
Load Diff
572
po/nb_NO.po
572
po/nb_NO.po
File diff suppressed because it is too large
Load Diff
572
po/pt_BR.po
572
po/pt_BR.po
File diff suppressed because it is too large
Load Diff
572
po/pt_PT.po
572
po/pt_PT.po
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
562
po/wine.pot
562
po/wine.pot
File diff suppressed because it is too large
Load Diff
572
po/zh_CN.po
572
po/zh_CN.po
File diff suppressed because it is too large
Load Diff
572
po/zh_TW.po
572
po/zh_TW.po
File diff suppressed because it is too large
Load Diff
|
@ -39,7 +39,7 @@ MAIN_MENU MENU
|
|||
MENUITEM "&Always on Top", IDM_ONTOP
|
||||
}
|
||||
POPUP "Inf&o" {
|
||||
MENUITEM "&About Clock...", IDM_ABOUT
|
||||
MENUITEM "&About Clock", IDM_ABOUT
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -61,7 +61,7 @@ CmdlgtstMenu MENU
|
|||
POPUP "&Help"
|
||||
{
|
||||
MENUITEM "&Usage", CM_H_USAGE
|
||||
MENUITEM "&About", CM_H_ABOUT
|
||||
MENUITEM "&About Common Dialog Test", CM_H_ABOUT
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
@ -56,8 +56,7 @@ POPUP "&Search" {
|
|||
}
|
||||
POPUP "&Help" {
|
||||
MENUITEM "&Contents", CMD_HELP_CONTENTS
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "&About Notepad", CMD_HELP_ABOUT_NOTEPAD
|
||||
MENUITEM "&About Notepad", CMD_HELP_ABOUT_NOTEPAD
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -51,8 +51,7 @@ MAIN_MENU MENU
|
|||
|
||||
POPUP "&Help" {
|
||||
MENUITEM "&Contents", PM_CONTENTS
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "&About Wine", PM_ABOUT_WINE
|
||||
MENUITEM "&About Program Manager", PM_ABOUT_WINE
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -76,7 +76,6 @@ BEGIN
|
|||
POPUP "&Help"
|
||||
BEGIN
|
||||
MENUITEM "&Help Topics\tF1", ID_HELP_HELPTOPICS
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "&About Registry Editor", ID_HELP_ABOUT
|
||||
END
|
||||
END
|
||||
|
|
|
@ -86,7 +86,6 @@ BEGIN
|
|||
POPUP "&Help"
|
||||
BEGIN
|
||||
MENUITEM "Task Manager &Help Topics", ID_HELP_TOPICS
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "&About Task Manager", ID_HELP_ABOUT
|
||||
END
|
||||
END
|
||||
|
|
|
@ -84,8 +84,7 @@ IDM_WINEFILE MENU
|
|||
|
||||
POPUP "&Help" {
|
||||
MENUITEM "&Help Topics\tF1", ID_HELP
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "&About Winefile...", ID_ABOUT
|
||||
MENUITEM "&About Wine File", ID_ABOUT
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -45,7 +45,7 @@ MENU_WINEMINE MENU
|
|||
}
|
||||
POPUP "&Info" {
|
||||
MENUITEM "&Fastest Times...", IDM_TIMES
|
||||
MENUITEM "&About", IDM_ABOUT
|
||||
MENUITEM "&About WineMine", IDM_ABOUT
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -53,7 +53,6 @@ MAIN_MENU MENU
|
|||
POPUP "&Help" {
|
||||
MENUITEM "&Help on help\tF1", MNID_HELP_HELPON
|
||||
MENUITEM "Always on &top", MNID_HELP_HELPTOP
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "&About Wine Help", MNID_HELP_ABOUT
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue