diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-06-25 20:31:15 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-06-25 20:31:15 +0100 |
commit | a85aed77e68f703db04e9f78625734c7551a9281 (patch) | |
tree | 01a5c454c8858484452e50bfc40d11c721ae281a /cui | |
parent | 61533b8c54077bf1aa203f503e271037b6553411 (diff) |
Resolves: fdo#65716 MACROLANG not substituted in title
Change-Id: I1fa71a926e0df753a553f43aebaa201a13f74f95
Diffstat (limited to 'cui')
-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 ); |