mirror of
https://github.com/correl/mage.git
synced 2024-11-25 03:00:11 +00:00
Changed error report link to github
This commit is contained in:
parent
fef30de3f0
commit
ae4f84655e
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ public class ErrorDialog extends MageDialog {
|
||||||
jTextArea1.setEditable(false);
|
jTextArea1.setEditable(false);
|
||||||
jTextArea1.setFont(new java.awt.Font("Arial", 0, 10)); // NOI18N
|
jTextArea1.setFont(new java.awt.Font("Arial", 0, 10)); // NOI18N
|
||||||
jTextArea1.setRows(2);
|
jTextArea1.setRows(2);
|
||||||
jTextArea1.setText("An error has occurred on the MAGE server. Your last action will be rollbacked.\nPlease post the following report here: http://www.slightlymagic.net/forum/posting.php?mode=reply&f=70&t=3116");
|
jTextArea1.setText("An error has occurred on the MAGE server. Your last action will be rollbacked.\nPlease post the following report here: https://github.com/magefree/mage/issues");
|
||||||
jScrollPane2.setViewportView(jTextArea1);
|
jScrollPane2.setViewportView(jTextArea1);
|
||||||
|
|
||||||
javax.swing.GroupLayout layout = new javax.swing.GroupLayout(getContentPane());
|
javax.swing.GroupLayout layout = new javax.swing.GroupLayout(getContentPane());
|
||||||
|
|
Loading…
Reference in a new issue