summaryrefslogtreecommitdiff
path: root/vcl/source
diff options
context:
space:
mode:
authorPhilipp Lohmann <pl@openoffice.org>2009-08-17 15:41:35 +0000
committerPhilipp Lohmann <pl@openoffice.org>2009-08-17 15:41:35 +0000
commit6b0adfa6f596666120cc069a4b1a6d486a122852 (patch)
tree8234266f7708d4597586d37bf8256d1e134fd184 /vcl/source
parentb1a1ddc401bb154812ab311339381747c48c531f (diff)
dispatch HID_PRINTDLG on help button
Diffstat (limited to 'vcl/source')
-rw-r--r--vcl/source/window/printdlg.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/window/printdlg.cxx b/vcl/source/window/printdlg.cxx
index 7d8dc893c1be..fef24e58ce5a 100644
--- a/vcl/source/window/printdlg.cxx
+++ b/vcl/source/window/printdlg.cxx
@@ -1838,7 +1838,7 @@ IMPL_LINK( PrintDialog, ClickHdl, Button*, pButton )
if( pHelp )
{
// FIXME: find out proper help URL and use here
- pHelp->Start( 0, GetParent() );
+ pHelp->Start( HID_PRINTDLG, GetParent() );
}
}
else if( pButton == &maForwardBtn )