aboutsummaryrefslogtreecommitdiff
path: root/nxdialog
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2023-06-28 13:32:58 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2023-06-28 13:32:59 +0200
commit0965c7682077c1795dcd744493f03408fe4576f8 (patch)
tree534124d85a13668c2d6c84f0272a0c6fd4f01c78 /nxdialog
parentcb929010f7466335011cef51bfbde8b3f1b4d7fc (diff)
downloadnx-libs-0965c7682077c1795dcd744493f03408fe4576f8.tar.gz
nx-libs-0965c7682077c1795dcd744493f03408fe4576f8.tar.bz2
nx-libs-0965c7682077c1795dcd744493f03408fe4576f8.zip
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 4ef19dffc..a24029762 100755
--- a/nxdialog/bin/nxdialog
+++ b/nxdialog/bin/nxdialog
@@ -299,7 +299,7 @@ class NxDialogProgram(object):
parser = argparse.ArgumentParser(description="Helper for nxagent to display dialogs")
- # nxagent 3.5.99.26 only uses yesno, ok, pulldown and yesnosuspend
+ # nxagent 3.5.99.27 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", \
@@ -317,7 +317,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.26
+ # -class, -local, -allowmultiple are unused in nxlibs 3.5.99.27
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 68ddab5b2..993b6b670 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 "Feb 2021" "Version 3.5.99.26" "NX Dialog"
+.TH nxdialog 1 "Jun 2023" "Version 3.5.99.27" "NX Dialog"
.SH NAME
nxdialog \- NX Dialog Helper
.SH SYNOPSIS