mirror of
https://git.freebsd.org/ports.git
synced 2025-07-14 15:59:18 -04:00
14 lines
304 B
Python
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.
|
|
|