JAL-2805 added getFilename for Configuration
[jalview.git] / forester / java / src / org / forester / archaeopteryx / MainFrameApplication.java
index 51bb251..9349f8c 100644 (file)
@@ -309,9 +309,9 @@ public final class MainFrameApplication extends MainFrame {
             @Override
             public void internalFrameClosing( final InternalFrameEvent e ) {
                 if ( isUnsavedDataPresent() ) {
-                    final int r = JOptionPane.showConfirmDialog( null,
-                                                                 "Exit despite potentially unsaved changes?",
-                                                                 "Exit?",
+                    final int r = JOptionPane.showConfirmDialog( _mainpanel,
+                                                                 "Close Archaeopteryx despite potentially unsaved changes?",
+                                                                 "Close viewer?",
                                                                  JOptionPane.YES_NO_OPTION );
                     if ( r != JOptionPane.YES_OPTION ) {
                         return;