Author: bugman
Date: Thu Jan 28 10:01:06 2010
New Revision: 10466
URL: http://svn.gna.org/viewcvs/relax?rev=10466&view=rev
Log:
Comment fix for the checkpoint check in exec_model_free().
Modified:
    branches/bieri_gui/gui_bieri/analyses/auto_model_free.py
Modified: branches/bieri_gui/gui_bieri/analyses/auto_model_free.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/bieri_gui/gui_bieri/analyses/auto_model_free.py?rev=10466&r1=10465&r2=10466&view=diff
==============================================================================
--- branches/bieri_gui/gui_bieri/analyses/auto_model_free.py (original)
+++ branches/bieri_gui/gui_bieri/analyses/auto_model_free.py Thu Jan 28 
10:01:06 2010
@@ -635,7 +635,7 @@
         # Dialog for selecting which global model the protocol should solve.
         checkpoint = self.check_entries()
 
-        # Nothing was selected, so clean up and exit.
+        # The required data has not been set up correctly or has not all 
been given, so clean up and exit.
         if checkpoint == False:
             # Skip the event.
             event.Skip()