clock: Rename the Info menu to Help for consistency.

Francois Gouget fgouget at free.fr
Wed Apr 13 02:36:35 CDT 2011


---

The standard is to have a Help menu with an About entry hence the 
renaming. (WineMine too will get its renaming)

 programs/clock/clock.rc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/programs/clock/clock.rc b/programs/clock/clock.rc
index f6fd847..64d5e22 100644
--- a/programs/clock/clock.rc
+++ b/programs/clock/clock.rc
@@ -38,7 +38,7 @@ MAIN_MENU MENU
   MENUITEM SEPARATOR
   MENUITEM "&Always on Top", IDM_ONTOP
  }
- POPUP "Inf&o" {
+ POPUP "&Help" {
   MENUITEM "&About Clock", IDM_ABOUT
  }
 }
-- 
1.7.4.1




More information about the wine-patches mailing list