Author: bugman
Date: Mon Jan 11 16:25:25 2016
New Revision: 28163

URL: http://svn.gna.org/viewcvs/relax?rev=28163&view=rev
Log:
Created a short Info_box copyright string for displaying in the main GUI window.

This shows the full range of copyright dates.


Modified:
    trunk/gui/relax_gui.py
    trunk/info.py

Modified: trunk/gui/relax_gui.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/gui/relax_gui.py?rev=28163&r1=28162&r2=28163&view=diff
==============================================================================
--- trunk/gui/relax_gui.py      (original)
+++ trunk/gui/relax_gui.py      Mon Jan 11 16:25:25 2016
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # Copyright (C) 2009 Michael Bieri                                            #
-# Copyright (C) 2010-2015 Edward d'Auvergne                                   #
+# Copyright (C) 2010-2016 Edward d'Auvergne                                   #
 #                                                                             #
 # This file is part of the program relax (http://www.nmr-relax.com).          #
 #                                                                             #
@@ -924,6 +924,6 @@
         info = Info_box()
 
         # Set the status.
-        wx.CallAfter(self.status_bar.SetStatusText, info.copyright[1], 0)
+        wx.CallAfter(self.status_bar.SetStatusText, info.copyright_short, 0)
         wx.CallAfter(self.status_bar.SetStatusText, "Current data pipe:", 1)
         wx.CallAfter(self.status_bar.SetStatusText, pipe, 2)

Modified: trunk/info.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/info.py?rev=28163&r1=28162&r2=28163&view=diff
==============================================================================
--- trunk/info.py       (original)
+++ trunk/info.py       Mon Jan 11 16:25:25 2016
@@ -96,6 +96,7 @@
         self.copyright = []
         self.copyright.append("Copyright (C) 2001-2006 Edward d'Auvergne")
         self.copyright.append("Copyright (C) 2006-2016 the relax development 
team")
+        self.copyright_short = "Copyright (C) 2001-2016 the relax development 
team"
 
         # Program licence and help.
         self.licence = "This is free software which you are welcome to modify 
and redistribute under the conditions of the GNU General Public License (GPL).  
This program, including all modules, is licensed under the GPL and comes with 
absolutely no warranty.  For details type 'GPL' within the relax prompt."


_______________________________________________
relax (http://www.nmr-relax.com)

This is the relax-commits mailing list
relax-commits@gna.org

To unsubscribe from this list, get a password
reminder, or change your subscription options,
visit the list information page at
https://mail.gna.org/listinfo/relax-commits

Reply via email to