From 42d73acfce002aadd8420965324523bcd4572c6c Mon Sep 17 00:00:00 2001 From: paulojamorim Date: Thu, 19 Nov 2009 10:53:09 +0000 Subject: [PATCH] ENH: Text icon on Windows --- invesalius/gui/frame.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/invesalius/gui/frame.py b/invesalius/gui/frame.py index 9e75ea7..7369851 100755 --- a/invesalius/gui/frame.py +++ b/invesalius/gui/frame.py @@ -698,7 +698,7 @@ class LayoutToolBar(wx.ToolBar): self.BMP_WITH_MENU = wx.Bitmap(os.path.join(const.ICON_DIR, "layout_full.gif"), wx.BITMAP_TYPE_GIF) - BMP_TEXT = wx.Bitmap(os.path.join(const.ICON_DIR,"text_original.png")) + BMP_TEXT = wx.Bitmap(os.path.join(const.ICON_DIR,"text.png")) self.AddLabelTool(ID_LAYOUT, "",bitmap=self.BMP_WITHOUT_MENU, shortHelp= "Hide task panel") -- libgit2 0.21.2