Commit 42d73acfce002aadd8420965324523bcd4572c6c

Authored by Paulo Henrique Junqueira Amorim
1 parent 44d37444

ENH: Text icon on Windows

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
invesalius/gui/frame.py
@@ -698,7 +698,7 @@ class LayoutToolBar(wx.ToolBar): @@ -698,7 +698,7 @@ class LayoutToolBar(wx.ToolBar):
698 self.BMP_WITH_MENU = wx.Bitmap(os.path.join(const.ICON_DIR, 698 self.BMP_WITH_MENU = wx.Bitmap(os.path.join(const.ICON_DIR,
699 "layout_full.gif"), 699 "layout_full.gif"),
700 wx.BITMAP_TYPE_GIF) 700 wx.BITMAP_TYPE_GIF)
701 - BMP_TEXT = wx.Bitmap(os.path.join(const.ICON_DIR,"text_original.png")) 701 + BMP_TEXT = wx.Bitmap(os.path.join(const.ICON_DIR,"text.png"))
702 702
703 703
704 self.AddLabelTool(ID_LAYOUT, "",bitmap=self.BMP_WITHOUT_MENU, shortHelp= "Hide task panel") 704 self.AddLabelTool(ID_LAYOUT, "",bitmap=self.BMP_WITHOUT_MENU, shortHelp= "Hide task panel")