Update of /cvsroot/mahogany/M/src/classes
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21763/src/classes

Modified Files:
        MApplication.cpp 
Log Message:
give a message if import was successful

Index: MApplication.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/classes/MApplication.cpp,v
retrieving revision 1.292
retrieving revision 1.293
diff -b -u -2 -r1.292 -r1.293
--- MApplication.cpp    20 Apr 2004 13:09:55 -0000      1.292
+++ MApplication.cpp    21 Apr 2004 16:13:39 -0000      1.293
@@ -376,4 +376,12 @@
          // continue nevertheless
       }
+      else // imported ok
+      {
+         // give a message as otherwise the user has no way to know that we did
+         // anything at all (this shouldn't be annoying as import is not
+         // supposed to be used often)
+         wxLogMessage(_("Successfully imported Mahogany settings from \"%s\"."),
+                      m_cmdLineOptions->configImport.c_str());
+      }
    }
 



-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to