summaryrefslogtreecommitdiff
path: root/extensions
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-07-24 15:50:31 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-07-24 15:51:21 +0100
commitf6f0c1eb4d3034f099000d941fc77daf3a77343d (patch)
tree012c112840b094189393cf7d4f6d0a1af06fa447 /extensions
parent4ce219ad9911b0c7f237c11c75a8ac0c8c694200 (diff)
set the help id here now
Change-Id: Ic297fc0f8afb1d78267c1db96601acdc33372654
Diffstat (limited to 'extensions')
-rw-r--r--extensions/source/abpilot/abspilot.cxx1
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()