aboutsummaryrefslogtreecommitdiff
path: root/nxdialog/bin
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2020-01-30 11:49:59 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2020-01-30 11:50:01 +0100
commit82fc54e577c56ee3952f14c4a5c9f50c16645591 (patch)
treebc845ef47feb3d2d026bf6aedeb7e2670e866f7a /nxdialog/bin
parentbd5b20192880bf591f2f1c24f13133a71ac46540 (diff)
downloadnx-libs-82fc54e577c56ee3952f14c4a5c9f50c16645591.tar.gz
nx-libs-82fc54e577c56ee3952f14c4a5c9f50c16645591.tar.bz2
nx-libs-82fc54e577c56ee3952f14c4a5c9f50c16645591.zip
release 3.5.99.233.5.99.23
Diffstat (limited to 'nxdialog/bin')
-rwxr-xr-xnxdialog/bin/nxdialog4
1 files changed, 2 insertions, 2 deletions
diff --git a/nxdialog/bin/nxdialog b/nxdialog/bin/nxdialog
index d6d7520d6..d5fe3d21b 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.22 only uses yesno, ok, pulldown and yesnosuspend
+ # nxagent 3.5.99.23 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.22
+ # -class, -local, -allowmultiple are unused in nxlibs 3.5.99.23
parser.add_argument("--class", dest="dlgclass", default="info",
help="class of the message (info, warning, error) \
default: info) [currently unimplemented]")