Kaydet (Commit) a85aed77 authored tarafından Caolán McNamara's avatar Caolán McNamara

Resolves: fdo#65716 MACROLANG not substituted in title

Change-Id: I1fa71a926e0df753a553f43aebaa201a13f74f95
üst 61533b8c
...@@ -508,6 +508,7 @@ SvxScriptOrgDialog::SvxScriptOrgDialog( Window* pParent, OUString language ) ...@@ -508,6 +508,7 @@ SvxScriptOrgDialog::SvxScriptOrgDialog( Window* pParent, OUString language )
get(m_pDelButton, "delete"); get(m_pDelButton, "delete");
// must be a neater way to deal with the strings than as above // must be a neater way to deal with the strings than as above
// append the language to the dialog title // append the language to the dialog title
setDeferredProperties();
String winTitle( GetText() ); String winTitle( GetText() );
winTitle.SearchAndReplace( OUString( "%MACROLANG" ), m_sLanguage ); winTitle.SearchAndReplace( OUString( "%MACROLANG" ), m_sLanguage );
SetText( winTitle ); SetText( winTitle );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment