[Libreoffice-commits] core.git: Branch 'libreoffice-4-1' - cui/source
Caolán McNamara
caolanm at redhat.com
Tue Jun 25 12:49:57 PDT 2013
cui/source/dialogs/scriptdlg.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 321447137f94c986da56dc048e40c8ce46123ac4
Author: Caolán McNamara <caolanm at redhat.com>
Date: Tue Jun 25 20:31:15 2013 +0100
Resolves: fdo#65716 MACROLANG not substituted in title
Change-Id: I1fa71a926e0df753a553f43aebaa201a13f74f95
(cherry picked from commit a85aed77e68f703db04e9f78625734c7551a9281)
Reviewed-on: https://gerrit.libreoffice.org/4518
Reviewed-by: Andras Timar <atimar at suse.com>
Tested-by: Andras Timar <atimar at suse.com>
diff --git a/cui/source/dialogs/scriptdlg.cxx b/cui/source/dialogs/scriptdlg.cxx
index 672ff5e..e353412 100644
--- a/cui/source/dialogs/scriptdlg.cxx
+++ b/cui/source/dialogs/scriptdlg.cxx
@@ -508,6 +508,7 @@ SvxScriptOrgDialog::SvxScriptOrgDialog( Window* pParent, OUString language )
get(m_pDelButton, "delete");
// must be a neater way to deal with the strings than as above
// append the language to the dialog title
+ setDeferredProperties();
String winTitle( GetText() );
winTitle.SearchAndReplace( OUString( "%MACROLANG" ), m_sLanguage );
SetText( winTitle );
More information about the Libreoffice-commits
mailing list