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

make query fax number dialog a little less lame

Change-Id: I73e68fcbbff5d153196e5ad617e04c3d5c52e513
üst 8baff038
......@@ -117,7 +117,7 @@ namespace
m_pOKButton->SetClickHdl(LINK(this, QueryString, ClickBtnHdl));
m_pFixedText->SetText(rQuery);
m_pEdit->SetText(m_rReturnValue);
SetText(Application::GetDisplayName());
SetText(rQuery);
}
IMPL_LINK( QueryString, ClickBtnHdl, Button*, pButton )
......
......@@ -107,7 +107,7 @@ Image SV_PRINT_NOCOLLATE_IMG
String SV_PRINT_QUERYFAXNUMBER_TXT
{
Text [ en-US ] = "Please enter the fax number.";
Text [ en-US ] = "Please enter the fax number";
};
String SV_PRINT_INVALID_TXT
......
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