Commit 42d73acfce002aadd8420965324523bcd4572c6c
1 parent
44d37444
Exists in
master
and in
6 other branches
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 | 698 | self.BMP_WITH_MENU = wx.Bitmap(os.path.join(const.ICON_DIR, |
699 | 699 | "layout_full.gif"), |
700 | 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 | 704 | self.AddLabelTool(ID_LAYOUT, "",bitmap=self.BMP_WITHOUT_MENU, shortHelp= "Hide task panel") | ... | ... |