diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-07-24 15:50:31 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-07-24 15:51:21 +0100 |
commit | f6f0c1eb4d3034f099000d941fc77daf3a77343d (patch) | |
tree | 012c112840b094189393cf7d4f6d0a1af06fa447 /extensions | |
parent | 4ce219ad9911b0c7f237c11c75a8ac0c8c694200 (diff) |
set the help id here now
Change-Id: Ic297fc0f8afb1d78267c1db96601acdc33372654
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/source/abpilot/abspilot.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/extensions/source/abpilot/abspilot.cxx b/extensions/source/abpilot/abspilot.cxx index ed0a4240cbe0..01e2e73749e7 100644 --- a/extensions/source/abpilot/abspilot.cxx +++ b/extensions/source/abpilot/abspilot.cxx @@ -129,6 +129,7 @@ namespace abp OUString sDialogTitle = ModuleRes(RID_STR_ABSOURCEDIALOGTITLE).toString(); SetText(sDialogTitle); + SetHelpId(HID_ABSPILOT); } OAddessBookSourcePilot::~OAddessBookSourcePilot() |