[ 1707303 ] Account Combination Form(VAccountDialog) translation issue
This commit is contained in:
trifonnt 2007-04-25 11:25:06 +00:00
parent e3ae6efb53
commit d7b4e49708
1 changed files with 2 additions and 1 deletions

View File

@ -142,7 +142,8 @@ public final class VAccountDialog extends CDialog
*/
void jbInit() throws Exception
{
titledBorder = new TitledBorder(BorderFactory.createEtchedBorder(Color.white,new Color(134, 134, 134)), "Parameter");
// [ 1707303 ] Account Combination Form(VAccountDialog) translation issue
titledBorder = new TitledBorder(BorderFactory.createEtchedBorder(Color.white,new Color(134, 134, 134)), Msg.getMsg(Env.getCtx(),"Parameter"));
//
panelLayout.setHgap(5);
panelLayout.setVgap(5);