IDEMPIERE-1321 Attachment panel title is hardcoded (Based on Nicolas Micoud patch)

This commit is contained in:
Carlos Ruiz 2013-09-04 18:43:36 -05:00
parent 09aed5f42f
commit 418a947486
1 changed files with 1 additions and 1 deletions

View File

@ -219,7 +219,7 @@ public class WAttachment extends Window implements EventListener<Event>
this.setMaximizable(true);
this.setWidth("700px");
this.setHeight("85%");
this.setTitle("Attachment");
this.setTitle(Msg.getMsg(Env.getCtx(), "Attachment"));
this.setClosable(true);
this.setSizable(true);
this.setBorder("normal");