[hdf-compass] 59/295: updated copyright, fixed version in about box

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Sun May 8 10:35:26 UTC 2016


This is an automated email from the git hooks/post-receive script.

ghisvail-guest pushed a commit to branch debian/master
in repository hdf-compass.

commit c65999fa292db6423dd439a04b94f652a66a09c2
Author: jreadey <jreadey at hdfgroup.org>
Date:   Thu Apr 16 19:41:08 2015 -0700

    updated copyright, fixed version in about box
---
 compass_viewer/frame.py | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/compass_viewer/frame.py b/compass_viewer/frame.py
index c9a6bf3..0eea6cd 100644
--- a/compass_viewer/frame.py
+++ b/compass_viewer/frame.py
@@ -91,11 +91,8 @@ class BaseFrame(wx.Frame):
         """ Display an "About" dialog """
         info = wx.AboutDialogInfo()
         info.Name = "HDFCompass"
-        if platform.MAC:
-            info.Version = "release"
-        else:
-            info.Version = platform.VERSION
-        info.Copyright = "(c) 2014-2014 The HDF Group"
+        info.Version = platform.VERSION
+        info.Copyright = "(c) 2014-2015 The HDF Group"
         wx.AboutBox(info)
     
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/hdf-compass.git



More information about the debian-science-commits mailing list