diff options
author | Loïc Minier <lool@dooz.org> | 2005-10-29 14:22:43 +0000 |
---|---|---|
committer | Loïc Minier <lool@dooz.org> | 2005-10-29 14:22:43 +0000 |
commit | 3ee1c884e600772075807e1482035bce7a4bf977 (patch) | |
tree | 850499b80334abffe6828537af52c316e4be98b3 /debian/patches/00_man_escape_hyphens.diff | |
parent | * New upstream releases (diff) | |
download | zenity-3ee1c884e600772075807e1482035bce7a4bf977.tar.gz zenity-3ee1c884e600772075807e1482035bce7a4bf977.tar.bz2 zenity-3ee1c884e600772075807e1482035bce7a4bf977.zip |
* Update man page dash escaping patch, 00_man_escape_hyphens.diff.
Diffstat (limited to 'debian/patches/00_man_escape_hyphens.diff')
-rw-r--r-- | debian/patches/00_man_escape_hyphens.diff | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/patches/00_man_escape_hyphens.diff b/debian/patches/00_man_escape_hyphens.diff index 5b52e607..c5ab143c 100644 --- a/debian/patches/00_man_escape_hyphens.diff +++ b/debian/patches/00_man_escape_hyphens.diff @@ -33,8 +33,8 @@ Show the search results in a list dialog with the title \fISearch Results\fP and the text \fIFinding all header files...\fP. .IP --find . -name '*.h' | zenity --title "Search Results" --text "Finding all header files.." --column "Files" -+find . \-name '*.h' | zenity \-\-title "Search Results" \-\-text "Finding all header files.." \-\-column "Files" +-find . -name '*.h' | zenity --list --title "Search Results" --text "Finding all header files.." --column "Files" ++find . \-name '*.h' | zenity \-\-list \-\-title "Search Results" \-\-text "Finding all header files.." \-\-column "Files" .PP Show an icon in the notification area .IP |