hhctrl.ocx: Add support for the print button using IWebBrowser_ExecWB.
diff --git a/dlls/hhctrl.ocx/help.c b/dlls/hhctrl.ocx/help.c
index 2ea0132..31a7c1b 100644
--- a/dlls/hhctrl.ocx/help.c
+++ b/dlls/hhctrl.ocx/help.c
@@ -641,10 +641,12 @@
         case IDTB_FORWARD:
             DoPageAction(info, WB_GOFORWARD);
             break;
+        case IDTB_PRINT:
+            DoPageAction(info, WB_PRINT);
+            break;
         case IDTB_EXPAND:
         case IDTB_CONTRACT:
         case IDTB_SYNC:
-        case IDTB_PRINT:
         case IDTB_OPTIONS:
         case IDTB_BROWSE_FWD:
         case IDTB_BROWSE_BACK: