diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2019-03-01 16:48:17 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2019-03-01 16:48:18 +0100 |
commit | 59305c8b98d1046806e1cb80e2c7ba023c6f49cd (patch) | |
tree | 9249de1f83e300a1fd78f047096f10551d597ac9 /nxdialog/bin | |
parent | da9a1bc0b9a42a9f586d5ac0d0392a89f4fe821b (diff) | |
download | nx-libs-59305c8b98d1046806e1cb80e2c7ba023c6f49cd.tar.gz nx-libs-59305c8b98d1046806e1cb80e2c7ba023c6f49cd.tar.bz2 nx-libs-59305c8b98d1046806e1cb80e2c7ba023c6f49cd.zip |
release 3.5.99.193.5.99.19
Diffstat (limited to 'nxdialog/bin')
-rwxr-xr-x | nxdialog/bin/nxdialog | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nxdialog/bin/nxdialog b/nxdialog/bin/nxdialog index 379ce0024..0678ee4f2 100755 --- a/nxdialog/bin/nxdialog +++ b/nxdialog/bin/nxdialog @@ -298,7 +298,7 @@ class NxDialogProgram(object): parser = argparse.ArgumentParser(description="Helper for nxagent to display dialogs") - # nxagent 3.5.99.18 only uses yesno, ok, pulldown and yesnosuspend + # nxagent 3.5.99.19 only uses yesno, ok, pulldown and yesnosuspend # yesno dialogs will always kill the session if "yes" is selected parser.add_argument("--dialog", dest="dialog_type", help='type of dialog to show, one of "yesno", \ @@ -316,7 +316,7 @@ class NxDialogProgram(object): parser.add_argument("--window", dest="window", help="id of window where to embed the \ pulldown dialog type") - # -class, -local, -allowmultiple are unused in nxlibs 3.5.99.18 + # -class, -local, -allowmultiple are unused in nxlibs 3.5.99.19 parser.add_argument("--class", dest="dlgclass", default="info", help="class of the message (info, warning, error) \ default: info) [currently unimplemented]") |