diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-04-26 02:33:55 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-04-26 02:33:55 +0000 |
commit | 15022b9d602ac33f8f36f5ce34756afdb00051e1 (patch) | |
tree | a799976ec7f4c786b07f89c248050b7ac6ee1621 /devel/drpython/files/patch-drToolBarDialog.py | |
parent | - Update to 0.9.13 (diff) |
- Update to version 3.11.4
PR: 188865
Submitted by: Ports Fury
Diffstat (limited to 'devel/drpython/files/patch-drToolBarDialog.py')
-rw-r--r-- | devel/drpython/files/patch-drToolBarDialog.py | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/drpython/files/patch-drToolBarDialog.py b/devel/drpython/files/patch-drToolBarDialog.py new file mode 100644 index 000000000000..5289021c5799 --- /dev/null +++ b/devel/drpython/files/patch-drToolBarDialog.py @@ -0,0 +1,11 @@ +--- 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 |