Commit 89d0072d authored by Guillaume Seguin's avatar Guillaume Seguin

Fix stupid typo

parent baa22754
...@@ -33,7 +33,7 @@ def iconfile(filename): ...@@ -33,7 +33,7 @@ def iconfile(filename):
if hasattr(sys, "frozen") and sys.frozen == "windows_exe": if hasattr(sys, "frozen") and sys.frozen == "windows_exe":
return sys.executable return sys.executable
else: else:
return pixmapfile("plater.ico") return pixmapfile(filename)
def imagefile(filename): def imagefile(filename):
for prefix in ['/usr/local/share/pronterface/images', for prefix in ['/usr/local/share/pronterface/images',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment