minor -> avoid unneeded warning -----------> Msg.getMsg: NOT found:
This commit is contained in:
parent
3d2fa6c5aa
commit
edb8242c2a
|
@ -974,14 +974,12 @@ public abstract class AbstractADWindowPanel extends AbstractUIPart implements To
|
||||||
*/
|
*/
|
||||||
public boolean onExit()
|
public boolean onExit()
|
||||||
{
|
{
|
||||||
String message = Msg.getMsg(ctx, "SaveBeforeClose");
|
|
||||||
|
|
||||||
if (!boolChanges)
|
if (!boolChanges)
|
||||||
{
|
{
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
FDialog.info(this.curWindowNo, null, message);
|
FDialog.info(this.curWindowNo, null, "SaveBeforeClose");
|
||||||
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue