summaryrefslogtreecommitdiff
path: root/help
diff options
context:
space:
mode:
authorLogan Rathbone <poprocks@gmail.com>2021-02-16 12:53:41 -0500
committerLogan Rathbone <poprocks@gmail.com>2021-02-16 12:53:41 -0500
commit4c5c1a980bc4855d050b05d62d952e796327aff4 (patch)
tree84c181c14f6e9d4711178c87885c0993a7fbbded /help
parentf79cddc789357b47f372395bbe5d3593699e168a (diff)
downloadzenity-4c5c1a980bc4855d050b05d62d952e796327aff4.tar.gz
Revert "l10n updates and update manpage and yelp."
This reverts commit f79cddc789357b47f372395bbe5d3593699e168a.
Diffstat (limited to 'help')
-rwxr-xr-x[-rw-r--r--]help/C/l10n.txt0
-rwxr-xr-x[-rw-r--r--]help/C/l10n_scripts/cvs.txt0
-rwxr-xr-xhelp/C/l10n_scripts/notification.sh6
-rw-r--r--help/C/notification.page8
-rw-r--r--help/C/usage.page8
5 files changed, 13 insertions, 9 deletions
diff --git a/help/C/l10n.txt b/help/C/l10n.txt
index f03a73f..f03a73f 100644..100755
--- a/help/C/l10n.txt
+++ b/help/C/l10n.txt
diff --git a/help/C/l10n_scripts/cvs.txt b/help/C/l10n_scripts/cvs.txt
index f470f66..f470f66 100644..100755
--- a/help/C/l10n_scripts/cvs.txt
+++ b/help/C/l10n_scripts/cvs.txt
diff --git a/help/C/l10n_scripts/notification.sh b/help/C/l10n_scripts/notification.sh
index 61045bf..b7de9ab 100755
--- a/help/C/l10n_scripts/notification.sh
+++ b/help/C/l10n_scripts/notification.sh
@@ -1,5 +1,5 @@
#!/bin/sh
-
-zenity --notification \
---icon="dialog-information" \
+
+/gnome/head/cvs/zenity/src/zenity --notification \
+--window-icon="info" \
--text="There are system updates necessary!"
diff --git a/help/C/notification.page b/help/C/notification.page
index 37a0d98..f7ff3c9 100644
--- a/help/C/notification.page
+++ b/help/C/notification.page
@@ -15,10 +15,6 @@
<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">
@@ -31,8 +27,8 @@
<code>
#!/bin/sh
- zenity --notification \
- --icon="dialog-information" \
+ zenity --notification\
+ --window-icon="info" \
--text="There are system updates necessary!"
</code>
diff --git a/help/C/usage.page b/help/C/usage.page
index c219eed..8aa88cc 100644
--- a/help/C/usage.page
+++ b/help/C/usage.page
@@ -121,6 +121,14 @@
</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>