diff options
author | Palenik Mihály <palenik.mihaly@gmail.com> | 2014-08-05 11:39:31 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2014-08-05 11:06:14 +0000 |
commit | 020e283970783d53f0c8a4b88ff7ae79f6f81618 (patch) | |
tree | d68b483a83bc97d012ae2bddb8d316e7028e960b /extensions/source/abpilot | |
parent | c05105151b730b5d1014475b7b89857bc486629f (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/source/abpilot')
-rw-r--r-- | extensions/source/abpilot/abspilot.cxx | 2 |
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); } |