summaryrefslogtreecommitdiff
path: root/extensions
diff options
context:
space:
mode:
authorPalenik Mihály <palenik.mihaly@gmail.com>2014-08-05 11:39:31 +0200
committerDavid Tardon <dtardon@redhat.com>2014-08-05 11:06:14 +0000
commit020e283970783d53f0c8a4b88ff7ae79f6f81618 (patch)
treed68b483a83bc97d012ae2bddb8d316e7028e960b /extensions
parentc05105151b730b5d1014475b7b89857bc486629f (diff)
Convert PAGE_CONNECTION to .ui
Change-Id: Id65d57b848280fee12384b4f470782a28233acd8 Reviewed-on: https://gerrit.libreoffice.org/10748 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
Diffstat (limited to 'extensions')
-rw-r--r--extensions/source/abpilot/abspilot.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/source/abpilot/abspilot.cxx b/extensions/source/abpilot/abspilot.cxx
index 01e2e73749e7..0e83f33bcb1b 100644
--- a/extensions/source/abpilot/abspilot.cxx
+++ b/extensions/source/abpilot/abspilot.cxx
@@ -128,7 +128,7 @@ namespace abp
typeSelectionChanged( m_aSettings.eType );
OUString sDialogTitle = ModuleRes(RID_STR_ABSOURCEDIALOGTITLE).toString();
- SetText(sDialogTitle);
+ setTitleBase(sDialogTitle);
SetHelpId(HID_ABSPILOT);
}