[Kstars-devel] branches/kstars/summer/kstars/kstars/tools

Prakash Mohan prak902000 at gmail.com
Sat May 30 19:42:36 CEST 2009


SVN commit 975688 by prakash:

We call the same function on exit also, so can't say "before opening a new list"

CCMAIL: kstars-devel at kde.org


 M  +1 -1      observinglist.cpp  


--- branches/kstars/summer/kstars/kstars/tools/observinglist.cpp #975687:975688
@@ -862,7 +862,7 @@
     //Assume that if the list is empty, then there's no need to save
     if ( SessionList().size() ) {
         if ( isModified ) {
-            QString message = i18n( "Do you want to save the current session before opening a new session?" );
+            QString message = i18n( "Do you want to save the current session?" );
             if ( KMessageBox::questionYesNo( this, message,
                                              i18n( "Save Current session?" ), KStandardGuiItem::save(), KStandardGuiItem::discard() ) == KMessageBox::Yes )
                 slotSaveSession();


More information about the Kstars-devel mailing list