Kaydet (Commit) e32fd065 authored tarafından Lionel Elie Mamane's avatar Lionel Elie Mamane

more efficent & readable

Change-Id: If24a2a8488f1b1142b12540e4b8b00eb26bd7873
üst e60eca1c
......@@ -495,8 +495,7 @@ void OSelectionBrowseBox::InitController(CellControllerRef& /*rController*/, lon
// replace with alias.*
if (aField.trim() == "*")
{
aField = aTable;
aField += ".*";
aField = aTable + ".*";
}
m_pFieldCell->SetText(aField);
} break;
......
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