summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGravatar jeff2014-09-20 12:56:50 -0400
committerGravatar jeff2014-09-20 12:56:50 -0400
commit7106c3a4b546aca645a19d40216185d6723409bc (patch)
tree9adf6ef213bef44dfc73ec94d7d6dcbc770dcf11 /src
parentfixed issue with inner class detection (diff)
downloadenigma-fork-7106c3a4b546aca645a19d40216185d6723409bc.tar.gz
enigma-fork-7106c3a4b546aca645a19d40216185d6723409bc.tar.xz
enigma-fork-7106c3a4b546aca645a19d40216185d6723409bc.zip
added warning message to the crash dialog about choosing exit
Diffstat (limited to 'src')
-rw-r--r--src/cuchaz/enigma/gui/CrashDialog.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cuchaz/enigma/gui/CrashDialog.java b/src/cuchaz/enigma/gui/CrashDialog.java
index 501080e..0eb9830 100644
--- a/src/cuchaz/enigma/gui/CrashDialog.java
+++ b/src/cuchaz/enigma/gui/CrashDialog.java
@@ -57,6 +57,7 @@ public class CrashDialog
57 FlowLayout buttonsLayout = new FlowLayout(); 57 FlowLayout buttonsLayout = new FlowLayout();
58 buttonsLayout.setAlignment( FlowLayout.RIGHT ); 58 buttonsLayout.setAlignment( FlowLayout.RIGHT );
59 buttonsPanel.setLayout( buttonsLayout ); 59 buttonsPanel.setLayout( buttonsLayout );
60 buttonsPanel.add( GuiTricks.unboldLabel( new JLabel( "If you choose exit, you will lose any unsaved work." ) ) );
60 JButton ignoreButton = new JButton( "Ignore" ); 61 JButton ignoreButton = new JButton( "Ignore" );
61 ignoreButton.addActionListener( new ActionListener( ) 62 ignoreButton.addActionListener( new ActionListener( )
62 { 63 {