From 59305c8b98d1046806e1cb80e2c7ba023c6f49cd Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Fri, 1 Mar 2019 16:48:17 +0100 Subject: release 3.5.99.19 --- nxdialog/bin/nxdialog | 4 ++-- nxdialog/man/nxdialog.1 | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'nxdialog') 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]") diff --git a/nxdialog/man/nxdialog.1 b/nxdialog/man/nxdialog.1 index 636d59f8d..6fe6d3f37 100644 --- a/nxdialog/man/nxdialog.1 +++ b/nxdialog/man/nxdialog.1 @@ -5,7 +5,7 @@ \\$2 \(la\\$1\(ra\\$3 .. .if \n(.g .mso www.tmac -.TH nxdialog 1 "Jan 2019" "Version 3.5.99.18" "NX Dialog" +.TH nxdialog 1 "Mar 2019" "Version 3.5.99.19" "NX Dialog" .SH NAME nxdialog \- NX Dialog Helper .SH SYNOPSIS -- cgit v1.2.3