[Libreoffice-commits] core.git: cui/source

Caolán McNamara caolanm at redhat.com
Tue Jun 25 12:31:51 PDT 2013


 cui/source/dialogs/scriptdlg.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit a85aed77e68f703db04e9f78625734c7551a9281
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

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