hhctrl.ocx: Convert an unneeded popup menu label to a comment.

Francois Gouget fgouget at free.fr
Tue Aug 23 07:37:09 CDT 2011


---

The real purpose of the label was to document the RC file. We have 
comments for that.

 dlls/hhctrl.ocx/hhctrl.rc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/hhctrl.ocx/hhctrl.rc b/dlls/hhctrl.ocx/hhctrl.rc
index 4b4eaf1..0fc7da4 100644
--- a/dlls/hhctrl.ocx/hhctrl.rc
+++ b/dlls/hhctrl.ocx/hhctrl.rc
@@ -64,7 +64,7 @@ END
 
 MENU_POPUP MENU
 {
-    POPUP "Options"
+    POPUP "" /* Options */
     {
         MENUITEM "", IDTB_EXPAND,
         MENUITEM "S&ync", IDTB_SYNC
-- 
1.7.5.4




More information about the wine-patches mailing list