|
|
|
@ -307,7 +307,7 @@ public class VcsMovePanel extends BasicPane {
|
|
|
|
|
panel.add(titleLabel); |
|
|
|
|
panel.add(firstLabel); |
|
|
|
|
panel.add(secondLabel); |
|
|
|
|
int value = FineJOptionPane.showConfirmDialog(DesignerContext.getDesignerFrame(), panel, Toolkit.i18nText("Fine-Design_Vcs_Move_Title"), JOptionPane.YES_NO_OPTION); |
|
|
|
|
int value = FineJOptionPane.showConfirmDialog(SwingUtilities.getWindowAncestor(DesignerContext.getDesignerFrame()), panel, Toolkit.i18nText("Fine-Design_Vcs_Move_Title"), JOptionPane.YES_NO_OPTION); |
|
|
|
|
processMove(value); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|