Skip to content

Commit

Permalink
Merge remote-tracking branch 'remotes/upstream/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
attilawagner committed Jul 11, 2015
2 parents ce67522 + 3b2fa0f commit 68e095c
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 1 deletion.
Binary file added Laser Engraver Upgrade Pack Quick Start Guide.pdf
Binary file not shown.
Binary file added distribution/windows/mDraw_v1.1.zip
Binary file not shown.
Binary file not shown.
Binary file added mDrawBot User instruction V1.1 20150703.pdf
Binary file not shown.
Binary file added mDrawBot 使用指南-V1.0-0505.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion mDrawGui/mDraw.py
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,7 @@ def loadPic(self,filename=False):
return
self.clearPic()
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 68e095c

Please sign in to comment.