mirror of
https://github.com/correl/mage.git
synced 2024-11-24 19:19:56 +00:00
Fixed typo from previous JavaFX removal commit.
This commit is contained in:
parent
e67f6df0d6
commit
ff001cdc5d
1 changed files with 1 additions and 1 deletions
|
@ -817,7 +817,7 @@ public class ConnectDialog extends MageDialog {
|
|||
}//GEN-LAST:event_btnCheckStatusActionPerformed
|
||||
|
||||
private void btnWhatsNewActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_btnWhatsNewActionPerformed
|
||||
MageFrame.getInstance().showWhatsNewDialog();
|
||||
MageFrame.showWhatsNewDialog();
|
||||
}//GEN-LAST:event_btnWhatsNewActionPerformed
|
||||
|
||||
private void btnFindMainActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_btnFindMainActionPerformed
|
||||
|
|
Loading…
Reference in a new issue