forked from External/mage
Some small changes for Release 1.0.3
This commit is contained in:
parent
a6fae2a38a
commit
2e5fc5fc98
4 changed files with 8 additions and 4 deletions
|
|
@ -112,7 +112,7 @@ public class MageFrame extends javax.swing.JFrame implements MageClient {
|
|||
private static Preferences prefs = Preferences.userNodeForPackage(MageFrame.class);
|
||||
private JLabel title;
|
||||
private Rectangle titleRectangle;
|
||||
private static final MageVersion version = new MageVersion(1, 0, 3, "dev");
|
||||
private static final MageVersion version = new MageVersion(1, 0, 3, "");
|
||||
private UUID clientId;
|
||||
private static MagePane activeFrame;
|
||||
private static boolean liteMode = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue