winhlp32: WINE->Wine.

This commit is contained in:
Jonathan Ernst 2008-12-16 19:13:24 +01:00 committed by Alexandre Julliard
parent bd91afcea4
commit 70d96c7b73

View file

@ -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"