mirror of
https://github.com/correl/mage.git
synced 2024-12-26 03:00:11 +00:00
* Changed some references from xmage.info to xmage.de.
This commit is contained in:
parent
b64d5c39cc
commit
ab79a6a308
2 changed files with 3 additions and 3 deletions
|
@ -1831,7 +1831,7 @@
|
|||
<Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor">
|
||||
<Font name="Tahoma" size="10" style="2"/>
|
||||
</Property>
|
||||
<Property name="text" type="java.lang.String" value="e.g.: http://XMage.info/files/server-list.txt"/>
|
||||
<Property name="text" type="java.lang.String" value="e.g.: http://XMage.de/files/server-list.txt"/>
|
||||
</Properties>
|
||||
</Component>
|
||||
</SubComponents>
|
||||
|
|
|
@ -1508,7 +1508,7 @@ public class PreferencesDialog extends javax.swing.JDialog {
|
|||
txtURLServerList.setPreferredSize(new java.awt.Dimension(300, 22));
|
||||
|
||||
jLabel17.setFont(new java.awt.Font("Tahoma", 2, 10)); // NOI18N
|
||||
jLabel17.setText("e.g.: http://XMage.info/files/server-list.txt");
|
||||
jLabel17.setText("e.g.: http://XMage.de/files/server-list.txt");
|
||||
|
||||
javax.swing.GroupLayout connection_serversLayout = new javax.swing.GroupLayout(connection_servers);
|
||||
connection_servers.setLayout(connection_serversLayout);
|
||||
|
@ -2122,7 +2122,7 @@ public class PreferencesDialog extends javax.swing.JDialog {
|
|||
if (dialog.rememberPswd.isSelected()) {
|
||||
load(prefs, dialog.txtPasswordField, KEY_PROXY_PSWD, "");
|
||||
}
|
||||
load(prefs, dialog.txtURLServerList, KEY_CONNECTION_URL_SERVER_LIST, "http://XMage.info/files/server-list.txt");
|
||||
load(prefs, dialog.txtURLServerList, KEY_CONNECTION_URL_SERVER_LIST, "http://XMage.de/files/server-list.txt");
|
||||
}
|
||||
|
||||
private static void loadSelectedAvatar(Preferences prefs) {
|
||||
|
|
Loading…
Reference in a new issue