aboutsummaryrefslogtreecommitdiff
path: root/nxdialog
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2021-02-04 14:34:56 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2021-02-04 14:34:56 +0100
commit0e2b7971343845248353f6d8503e28506e9536ea (patch)
tree48ed13545f343450bb5bbc9a8bdd4753af40986c /nxdialog
parent3e02494cbc29d2a40b377cc803eae3eb50911e11 (diff)
downloadnx-libs-0e2b7971343845248353f6d8503e28506e9536ea.tar.gz
nx-libs-0e2b7971343845248353f6d8503e28506e9536ea.tar.bz2
nx-libs-0e2b7971343845248353f6d8503e28506e9536ea.zip
release 3.5.99.263.5.99.26
Diffstat (limited to 'nxdialog')
-rwxr-xr-xnxdialog/bin/nxdialog4
-rw-r--r--nxdialog/man/nxdialog.12
2 files changed, 3 insertions, 3 deletions
diff --git a/nxdialog/bin/nxdialog b/nxdialog/bin/nxdialog
index 42dba964a..a455e75b5 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.25 only uses yesno, ok, pulldown and yesnosuspend
+ # nxagent 3.5.99.26 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.25
+ # -class, -local, -allowmultiple are unused in nxlibs 3.5.99.26
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 f8cdda737..68ddab5b2 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 "Nov 2020" "Version 3.5.99.25" "NX Dialog"
+.TH nxdialog 1 "Feb 2021" "Version 3.5.99.26" "NX Dialog"
.SH NAME
nxdialog \- NX Dialog Helper
.SH SYNOPSIS