From e2b73ab90e9755d89dedf5c1c9a6dbfc962a5012 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Wed, 17 Apr 2019 11:04:51 +0200 Subject: release 3.5.99.20 --- nxdialog/bin/nxdialog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nxdialog/bin/nxdialog') diff --git a/nxdialog/bin/nxdialog b/nxdialog/bin/nxdialog index c8355423d..7cd6467f4 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.19 only uses yesno, ok, pulldown and yesnosuspend + # nxagent 3.5.99.20 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.19 + # -class, -local, -allowmultiple are unused in nxlibs 3.5.99.20 parser.add_argument("--class", dest="dlgclass", default="info", help="class of the message (info, warning, error) \ default: info) [currently unimplemented]") -- cgit v1.2.3