Kaydet (Commit) 2afa719d authored tarafından Tomaž Vajngerl's avatar Tomaž Vajngerl

sc: F Test - externalize string ("Variable" label)

Change-Id: Id592d4becf63239a5f55e987fc2d00f3baa6fb52
üst 377cca27
...@@ -91,9 +91,9 @@ ScRange ScFTestDialog::ApplyOutput(ScDocShell* pDocShell) ...@@ -91,9 +91,9 @@ ScRange ScFTestDialog::ApplyOutput(ScDocShell* pDocShell)
aOutput.nextRow(); aOutput.nextRow();
aOutput.nextColumn(); aOutput.nextColumn();
aOutput.writeBoldString("Variable 1"); aOutput.writeBoldString(SC_STRLOAD(RID_STATISTICS_DLGS, STR_VARIABLE_1_LABEL));
aOutput.nextColumn(); aOutput.nextColumn();
aOutput.writeBoldString("Variable 2"); aOutput.writeBoldString(SC_STRLOAD(RID_STATISTICS_DLGS, STR_VARIABLE_2_LABEL));
aOutput.resetColumn(); aOutput.resetColumn();
aOutput.nextRow(); aOutput.nextRow();
......
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