ports/devel/py-dialog/files/patch-dialog.py
2004-11-12 15:54:31 +00:00

14 lines
304 B
Python

$FreeBSD$
--- dialog.py
+++ dialog.py
@@ -524,7 +524,7 @@
"""
- def __init__(self, dialog="dialog", DIALOGRC=None, compat="dialog",
+ def __init__(self, dialog="cdialog", DIALOGRC=None, compat="dialog",
use_stdout=None):
"""Constructor for Dialog instances.