ports/devel/drpython/files/patch-drToolBarDialog.py
Dmitry Marakasov 9190f2bec0 - Simplify wrapper script creation
- Fix shebang
- Add build conflict with itself
2015-10-18 17:33:20 +00:00

11 lines
462 B
Python

--- drToolBarDialog.py.orig 2014-04-20 17:50:40 UTC
+++ drToolBarDialog.py
@@ -36,7 +36,7 @@ def GetToolBarLabels(filename, frame):
text = f.read()
f.close()
except:
- drScrolledMessageDialog.ShowMessage(frame, "File error with: '" + filename + "".", "ERROR")
+ drScrolledMessageDialog.ShowMessage(frame, "File error with: '" + filename + "'.", "ERROR")
return []
# modified 22/10/2006 Jean-Pierre MANDON