[hdf-compass] 173/295: Minor fixes

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Sun May 8 10:35:40 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 72e346f06025ebb5e8e9445183098f2d4995af2a
Author: giumas <giumas at yahoo.it>
Date:   Thu Oct 22 20:06:04 2015 -0400

    Minor fixes
---
 hdf_compass/compass_viewer/frame.py                         |   6 +++---
 .../compass_viewer/icons/{compass_32.png => favicon_32.png} | Bin
 .../compass_viewer/icons/{compass_48.png => favicon_48.png} | Bin
 hdf_compass/compass_viewer/icons/readme.txt                 |   5 +----
 4 files changed, 4 insertions(+), 7 deletions(-)

diff --git a/hdf_compass/compass_viewer/frame.py b/hdf_compass/compass_viewer/frame.py
index ea5d505..05216aa 100644
--- a/hdf_compass/compass_viewer/frame.py
+++ b/hdf_compass/compass_viewer/frame.py
@@ -65,10 +65,10 @@ class BaseFrame(wx.Frame):
         # Frame icon
         ib = wx.IconBundle()
         icon_32 = wx.EmptyIcon()
-        icon_32.CopyFromBitmap(wx.Bitmap(os.path.join(self.icon_folder, "compass_32.png"), wx.BITMAP_TYPE_ANY))
+        icon_32.CopyFromBitmap(wx.Bitmap(os.path.join(self.icon_folder, "favicon_32.png"), wx.BITMAP_TYPE_ANY))
         ib.AddIcon(icon_32)
         icon_48 = wx.EmptyIcon()
-        icon_48.CopyFromBitmap(wx.Bitmap(os.path.join(self.icon_folder, "compass_48.png"), wx.BITMAP_TYPE_ANY))
+        icon_48.CopyFromBitmap(wx.Bitmap(os.path.join(self.icon_folder, "favicon_48.png"), wx.BITMAP_TYPE_ANY))
         ib.AddIcon(icon_48)
         self.SetIcons(ib)
 
@@ -135,7 +135,7 @@ class BaseFrame(wx.Frame):
         info.Version = __version__
         info.Copyright = "(c) 2014-%d The HDF Group" % date.today().year
         icon_48 = wx.EmptyIcon()
-        icon_48.CopyFromBitmap(wx.Bitmap(os.path.join(self.icon_folder, "compass_48.png"), wx.BITMAP_TYPE_ANY))
+        icon_48.CopyFromBitmap(wx.Bitmap(os.path.join(self.icon_folder, "favicon_48.png"), wx.BITMAP_TYPE_ANY))
         info.SetIcon(icon_48)
         wx.AboutBox(info)
 
diff --git a/hdf_compass/compass_viewer/icons/compass_32.png b/hdf_compass/compass_viewer/icons/favicon_32.png
similarity index 100%
rename from hdf_compass/compass_viewer/icons/compass_32.png
rename to hdf_compass/compass_viewer/icons/favicon_32.png
diff --git a/hdf_compass/compass_viewer/icons/compass_48.png b/hdf_compass/compass_viewer/icons/favicon_48.png
similarity index 100%
rename from hdf_compass/compass_viewer/icons/compass_48.png
rename to hdf_compass/compass_viewer/icons/favicon_48.png
diff --git a/hdf_compass/compass_viewer/icons/readme.txt b/hdf_compass/compass_viewer/icons/readme.txt
index 29ca2ea..aa8c6cf 100644
--- a/hdf_compass/compass_viewer/icons/readme.txt
+++ b/hdf_compass/compass_viewer/icons/readme.txt
@@ -1,8 +1,5 @@
 This folder contains icons from the KDE Oxygen project, used in the HDFCompass
-GUI.  They are packaged up into a .py file by the "package_icons.py" script
-which comes with HDFCompass.
-
-Refer to "license.txt" for the icon licensing terms.
+GUI. Refer to "license.txt" for the icon licensing terms.
 
 The following images are NOT under the LGPL, and are (c) Heliosphere Research
 LLC (all rights reserved):

-- 
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