Kaydet (Commit) 2bb783a7 authored tarafından Rüdiger Timm's avatar Rüdiger Timm

#i10000# DesktopResId changed into WizardResId

üst ccfb031a
......@@ -2,9 +2,9 @@
*
* $RCSfile: pages.cxx,v $
*
* $Revision: 1.4 $
* $Revision: 1.5 $
*
* last change: $Author: rt $ $Date: 2005-03-29 15:42:15 $
* last change: $Author: rt $ $Date: 2005-03-31 09:05:39 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
......@@ -124,7 +124,7 @@ WelcomePage::WelcomePage( svt::OWizardMachine* parent, const ResId& resid)
m_ftBody.SetText( aText );
}
if (checkEval()) {
String aText(DesktopResId(STR_WELCOME_EVAL));
String aText(WizardResId(STR_WELCOME_EVAL));
aText.SearchAndReplaceAll( UniString::CreateFromAscii("%EVALDAYS"), UniString::CreateFromAscii("90"));
m_ftBody.SetText( aText );
}
......
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