rename dialogs are set to be non modal

cusax-fix
Yana Stamcheva 20 years ago
parent c43b0d694d
commit 253a4c82da

@ -62,8 +62,6 @@ public RenameContactDialog(MetaContactListService clist,
private void init() {
this.setTitle(Messages.getString("renameContact"));
this.setModal(true);
this.renameButton.setName("rename");
this.cancelButton.setName("cancel");

@ -62,8 +62,6 @@ public RenameGroupDialog(MetaContactListService clist,
private void init() {
this.setTitle(Messages.getString("renameContact"));
this.setModal(true);
this.renameButton.setName("rename");
this.cancelButton.setName("cancel");

Loading…
Cancel
Save