Kaydet (Commit) 45c949c5 authored tarafından Andras Timar's avatar Andras Timar

Replace hardcoded UI string with string from .res file

Change-Id: Iba362cc2ee624271dcc078d7e7ded1ef6ff44ae4
üst 4c251ddd
......@@ -190,7 +190,7 @@ void ScAnalysisOfVarianceDialog::AnovaSingleFactor(AddressWalkerWriter& output,
output.newLine();
double aAlphaValue = mpAlphaField->GetValue() / 100.0;
output.writeString("Alpha");
output.writeString(SC_STRLOAD(RID_STATISTICS_DLGS, STR_LABEL_ALPHA));
output.nextColumn();
output.writeValue(aAlphaValue);
aTemplate.autoReplaceAddress("%ALPHA%", output.current());
......
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