summaryrefslogtreecommitdiff
path: root/help
diff options
context:
space:
mode:
authorLogan Rathbone <poprocks@gmail.com>2021-02-16 12:57:03 -0500
committerLogan Rathbone <poprocks@gmail.com>2021-02-16 12:57:03 -0500
commitea1bb47f52b410240e5572ffee11e5316e017b99 (patch)
tree7bd1fd90e8720a33084a6e18aa3e02857e2edf9d /help
parent4c5c1a980bc4855d050b05d62d952e796327aff4 (diff)
downloadzenity-ea1bb47f52b410240e5572ffee11e5316e017b99.tar.gz
Reintegrate help changes after prior revert.
Diffstat (limited to 'help')
-rw-r--r--[-rwxr-xr-x]help/C/l10n.txt0
-rw-r--r--help/C/notification.page8
-rw-r--r--help/C/usage.page8
3 files changed, 6 insertions, 10 deletions
diff --git a/help/C/l10n.txt b/help/C/l10n.txt
index f03a73f..f03a73f 100755..100644
--- a/help/C/l10n.txt
+++ b/help/C/l10n.txt
diff --git a/help/C/notification.page b/help/C/notification.page
index f7ff3c9..37a0d98 100644
--- a/help/C/notification.page
+++ b/help/C/notification.page
@@ -15,6 +15,10 @@
<p>Specifies the text that is displayed in the notification area.</p>
</item>
<item>
+ <title><cmd>--icon</cmd>=<var>text</var></title>
+ <p>Set the notification icon using a string containing either a filename, or a string conforming to the FreeDesktop.org Icon Naming Specification.</p>
+ </item>
+ <item>
<title><cmd>--listen</cmd>=icon: '<var>text</var>', message: '<var>text</var>', tooltip: '<var>text</var>', visible: '<var>text</var>',</title>
<p>Listens for commands at standard input. At least one command must be specified. Commands are comma separated. A command must be followed by a colon and a value. </p>
<note style="tip">
@@ -27,8 +31,8 @@
<code>
#!/bin/sh
- zenity --notification\
- --window-icon="info" \
+ zenity --notification \
+ --icon="dialog-information" \
--text="There are system updates necessary!"
</code>
diff --git a/help/C/usage.page b/help/C/usage.page
index 8aa88cc..c219eed 100644
--- a/help/C/usage.page
+++ b/help/C/usage.page
@@ -121,14 +121,6 @@
</item>
<item>
- <title><cmd>--window-icon</cmd>=<var>icon_path</var></title>
- <p>Specifies the icon that is displayed in the window frame of the dialog. There are
- 4 stock icons also available by providing the following keywords - 'info', 'warning', 'question' and
- 'error'.
- </p>
- </item>
-
- <item>
<title><cmd>--width</cmd>=<var>width</var></title>
<p>Specifies the width of the dialog.</p>
</item>