diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-06-25 20:31:15 +0100 |
---|---|---|
committer | Andras Timar <atimar@suse.com> | 2013-06-25 19:49:38 +0000 |
commit | 321447137f94c986da56dc048e40c8ce46123ac4 (patch) | |
tree | d3a94414152f3caeca96e46bf22a48c96cbfb03f | |
parent | 8383aad8191c96282985d05216e4c9627bef8e8e (diff) |
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@suse.com>
Tested-by: Andras Timar <atimar@suse.com>
-rw-r--r-- | cui/source/dialogs/scriptdlg.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cui/source/dialogs/scriptdlg.cxx b/cui/source/dialogs/scriptdlg.cxx index 672ff5e3e297..e353412a2340 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 ); |