From 7a44c725dfc267f39f2e2c7728cf3d744b429580 Mon Sep 17 00:00:00 2001 From: tfmoraes Date: Thu, 18 Feb 2010 13:29:40 +0000 Subject: [PATCH] FIX: Removed the exceeding commas --- invesalius/gui/frame.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/invesalius/gui/frame.py b/invesalius/gui/frame.py index e1468bc..de8c183 100755 --- a/invesalius/gui/frame.py +++ b/invesalius/gui/frame.py @@ -699,10 +699,10 @@ class ProjectToolBar(wx.ToolBar): path = os.path.join(d, "file_save.png") BMP_SAVE = wx.Bitmap(path, wx.BITMAP_TYPE_PNG) - path = os.path.join(d, "print.png"), + path = os.path.join(d, "print.png") BMP_PRINT = wx.Bitmap(path, wx.BITMAP_TYPE_PNG) - path = os.path.join(d, "tool_photo.png"), + path = os.path.join(d, "tool_photo.png") BMP_PHOTO = wx.Bitmap(path, wx.BITMAP_TYPE_PNG) # Create tool items based on bitmaps -- libgit2 0.21.2