| commit | 037d58c4f6e2e45cb76decd49972043aa8b9bda4 | [log] [tgz] |
|---|---|---|
| author | Erich Hoover <ehoover@mines.edu> | Fri Jan 14 15:16:31 2011 -0700 |
| committer | Alexandre Julliard <julliard@winehq.org> | Mon Jan 17 15:52:15 2011 +0100 |
| tree | dc8d8fd5a47ac988499d0537ba2d2db457ebb172 | |
| parent | 0a46f9b678c1ca009f8b401fe77b839a0c84ea18 [diff] [blame] |
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: