FR [ 1783955 ] Add Information To Window Title (update)

https://sourceforge.net/tracker/?func=detail&atid=879335&aid=1783955&group_id=176962
This commit is contained in:
kthiemann 2007-09-28 08:17:04 +00:00
parent 419b574c66
commit d75ea0908d
1 changed files with 3 additions and 1 deletions

View File

@ -1684,8 +1684,10 @@ public final class APanel extends CPanel
setStatusLine(Msg.getMsg(m_ctx, "SaveIgnored"), true);
}
m_curGC.rowChanged(true, m_curTab.getRecord_ID());
if (manualCmd)
if (manualCmd) {
m_curGC.dynamicDisplay(0);
m_window.setTitle(getTitle());
}
return retValue;
} // cmd_save