diff options
author | Luis Medinas <lmedinas@gnome.org> | 2010-10-21 00:03:27 +0100 |
---|---|---|
committer | Luis Medinas <lmedinas@gnome.org> | 2010-10-21 00:03:27 +0100 |
commit | a079520980b238bc7fd95913877ca3d72de472c8 (patch) | |
tree | 7fe8515176596dd07b639b0d8843ff3cda24e291 | |
parent | Require libnotify 0.6.1 (diff) | |
download | zenity-a079520980b238bc7fd95913877ca3d72de472c8.tar.gz zenity-a079520980b238bc7fd95913877ca3d72de472c8.tar.bz2 zenity-a079520980b238bc7fd95913877ca3d72de472c8.zip |
Fix manpage for the statusicon removal from Zenity 3.0
-rw-r--r-- | data/zenity.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/zenity.1 b/data/zenity.1 index ccba5888..67b46c81 100644 --- a/data/zenity.1 +++ b/data/zenity.1 @@ -44,7 +44,7 @@ Display info dialog Display list dialog .TP .B \-\-notification -Display notification icon +Display notification .TP .B \-\-progress Display progress indication dialog @@ -341,7 +341,7 @@ and the text \fIFinding all header files...\fP. .IP find . \-name '*.h' | zenity \-\-list \-\-title "Search Results" \-\-text "Finding all header files.." \-\-column "Files" .PP -Show an icon in the notification area +Show a notification in the message tray .IP zenity \-\-notification \-\-window-icon=update.png \-\-text "System update necessary!" .PP |