Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
riven committed Jul 14, 2015
2 parents 203fd7b + 3b2fa0f commit 6f2d54f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mDrawGui/mDraw.py
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,7 @@ def loadPic(self,filename=False):
if self.robot.printing:
return
if filename==False:
filename = QFileDialog.getOpenFileName(self, 'Open Svg/Bmp', '', ".svg;.bmp(*.svg;*.bmp)")[0]
filename = QFileDialog.getOpenFileName(self, 'Open Svg/Bmp', '', ".svg .bmp(*.svg *.bmp)")[0]
self.dbg(filename)
if len(filename)==0:
return
Expand Down

0 comments on commit 6f2d54f

Please sign in to comment.