mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 04:52:07 -08:00
Merge branch 'master' into mtga-deck-import
This commit is contained in:
commit
6e0e3899b8
16 changed files with 57 additions and 41 deletions
|
|
@ -426,6 +426,7 @@
|
|||
<Property name="toolTipText" type="java.lang.String" value="Connect to mtg.powersofwar.com (USA, use any username without registration)"/>
|
||||
<Property name="actionCommand" type="java.lang.String" value="connectXmageus"/>
|
||||
<Property name="alignmentY" type="float" value="0.0"/>
|
||||
<Property name="enabled" type="boolean" value="false"/>
|
||||
<Property name="margin" type="java.awt.Insets" editor="org.netbeans.beaninfo.editors.InsetsEditor">
|
||||
<Insets value="[2, 2, 2, 2]"/>
|
||||
</Property>
|
||||
|
|
|
|||
|
|
@ -287,6 +287,7 @@ public class ConnectDialog extends MageDialog {
|
|||
btnFindUs.setToolTipText("Connect to mtg.powersofwar.com (USA, use any username without registration)");
|
||||
btnFindUs.setActionCommand("connectXmageus");
|
||||
btnFindUs.setAlignmentY(0.0F);
|
||||
btnFindUs.setEnabled(false);
|
||||
btnFindUs.setMargin(new java.awt.Insets(2, 2, 2, 2));
|
||||
btnFindUs.setName("connectXmageusBtn"); // NOI18N
|
||||
btnFindUs.setPreferredSize(new java.awt.Dimension(23, 23));
|
||||
|
|
|
|||
|
|
@ -194,7 +194,7 @@ public class CountryComboBox extends JComboBox {
|
|||
{"Portugal", "pt"},
|
||||
{"Puerto Rico", "pr"},
|
||||
{"Qatar", "qa"},
|
||||
{"Réunion", "re"},
|
||||
{"Reunion", "re"},
|
||||
{"Romania", "ro"},
|
||||
{"Russian Federation", "ru"},
|
||||
{"Rwanda", "rw"},
|
||||
|
|
|
|||
|
|
@ -290,7 +290,7 @@ public enum GrabbagImageSource implements CardImageSource {
|
|||
singleLinks.put("SWS/Senator Bail Organa", "BRkUuYU.jpg");
|
||||
singleLinks.put("SWS/Senator Lott Dod", "yYQtXZo.jpg");
|
||||
singleLinks.put("SWS/Senator Onaconda Farr", "oPez77z.png");
|
||||
singleLinks.put("SWS/Senator Padmé Amidala", "287deD9.jpg");
|
||||
singleLinks.put("SWS/Senator Padme Amidala", "287deD9.jpg");
|
||||
singleLinks.put("SWS/Senator Passel Argente", "51qpnaE.jpg");
|
||||
singleLinks.put("SWS/Shaak Herd", "PtnZD0I.jpg");
|
||||
singleLinks.put("SWS/Shadow Trooper", "09NAiGa.jpg");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue