mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 04:38:00 +00:00
Fixed tooltip on "Deck Editor" button (issue 294)
This commit is contained in:
@@ -513,7 +513,6 @@ public class OldGuiNewGame extends JFrame implements NewConstants, NewConstants.
|
||||
* Buttons
|
||||
*/
|
||||
|
||||
deckEditorButton.setToolTipText("");
|
||||
deckEditorButton.setFont(new java.awt.Font("Dialog", 0, 15));
|
||||
deckEditorButton.setText(ForgeProps.getLocalized(NEW_GAME_TEXT.DECK_EDITOR));
|
||||
deckEditorButton.addActionListener(new java.awt.event.ActionListener() {
|
||||
|
||||
Reference in New Issue
Block a user