From f1f96a5679f3bfd6eded18d39b1a7fa9fd6ef8f2 Mon Sep 17 00:00:00 2001 From: Sol Date: Fri, 24 Feb 2012 02:33:11 +0000 Subject: [PATCH] - Changing the Ante popup from a Ok/Cancel to a Message --- src/main/java/forge/game/GameNew.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/forge/game/GameNew.java b/src/main/java/forge/game/GameNew.java index 910092469ff..263fad6ce84 100644 --- a/src/main/java/forge/game/GameNew.java +++ b/src/main/java/forge/game/GameNew.java @@ -308,7 +308,7 @@ public class GameNew { Singletons.getModel().getGameAction().moveTo(Zone.Ante, ante); msg.append(p.getName()).append(" ante: ").append(ante).append(nl); } - JOptionPane.showConfirmDialog(null, msg, "Ante", JOptionPane.OK_CANCEL_OPTION); + JOptionPane.showMessageDialog(null, msg, "Ante", JOptionPane.INFORMATION_MESSAGE); } for (int i = 0; i < 7; i++) {