IDEMPIERE-1643 Adding a status bar for FindWindow
This commit is contained in:
parent
347454c736
commit
f533258813
|
@ -2630,7 +2630,7 @@ public class FindWindow extends Window implements EventListener<Event>, ValueCha
|
||||||
*/
|
*/
|
||||||
private void setStatusDB (int currentCount)
|
private void setStatusDB (int currentCount)
|
||||||
{
|
{
|
||||||
StringBuilder text = new StringBuilder(" ").append(currentCount).append(" / ").append(m_total).append(" ");
|
StringBuilder text = new StringBuilder(" ").append(Msg.getMsg(Env.getCtx(), "Records")).append(" = ").append(m_total).append(" ");
|
||||||
statusBar.setStatusDB(text.toString());
|
statusBar.setStatusDB(text.toString());
|
||||||
} // setDtatusDB
|
} // setDtatusDB
|
||||||
/** END DEVCOFFEE **/
|
/** END DEVCOFFEE **/
|
||||||
|
|
Loading…
Reference in New Issue