diff options
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 |