From 020e283970783d53f0c8a4b88ff7ae79f6f81618 Mon Sep 17 00:00:00 2001 From: Palenik Mihály Date: Tue, 5 Aug 2014 11:39:31 +0200 Subject: Convert PAGE_CONNECTION to .ui Change-Id: Id65d57b848280fee12384b4f470782a28233acd8 Reviewed-on: https://gerrit.libreoffice.org/10748 Reviewed-by: David Tardon Tested-by: David Tardon --- extensions/source/abpilot/abspilot.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extensions') 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); } -- cgit