Module: wine Branch: master Commit: 70d96c7b73ec32dda9475ccf76d340cb29df97f9 URL: http://source.winehq.org/git/wine.git/?a=commit;h=70d96c7b73ec32dda9475ccf76...
Author: Jonathan Ernst jonathan@ernstfamily.ch Date: Tue Dec 16 19:13:24 2008 +0100
winhlp32: WINE->Wine.
---
programs/winhlp32/En.rc | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/programs/winhlp32/En.rc b/programs/winhlp32/En.rc index 1276f9c..2a11e1a 100644 --- a/programs/winhlp32/En.rc +++ b/programs/winhlp32/En.rc @@ -61,7 +61,7 @@ MAIN_MENU MENU LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT MENUITEM SEPARATOR MENUITEM "&Info...", MNID_HELP_ABOUT #ifdef WINELIB - MENUITEM "&About WINE", MNID_HELP_WINE + MENUITEM "&About Wine", MNID_HELP_WINE #endif } } @@ -85,7 +85,7 @@ CAPTION "Search" /* Strings */ STRINGTABLE DISCARDABLE LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT { -STID_WINE_HELP, "WINE Help" +STID_WINE_HELP, "Wine Help" STID_WHERROR, "ERROR" STID_WARNING, "WARNING" STID_INFO, "Information"