1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-06-26 07:00:31 -04:00
ports/devel/drpython/files/patch-drToolBarDialog.py
Martin Wilke 15022b9d60 - Update to version 3.11.4
PR:		188865
Submitted by:	Ports Fury
2014-04-26 02:33:55 +00:00

11 lines
399 B
Python

--- drToolBarDialog.py.orig
+++ drToolBarDialog.py
@@ -36,7 +36,7 @@
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