summaryrefslogtreecommitdiff
path: root/help/C/l10n_scripts/list.sh
diff options
context:
space:
mode:
authorBreda McColgan <breda.mccolgan@sun.com>2004-08-18 18:10:27 +0000
committerBreda McColgan <breda@src.gnome.org>2004-08-18 18:10:27 +0000
commit3a3a047a710700afd4fe6dde22f7f0f8eeae87bb (patch)
tree0da4f5d664e1cf2ac097d1ae6b8e58a5bdadad5e /help/C/l10n_scripts/list.sh
parentd0a47f0b43b7aaa60248921d3ad04ace8d2e226f (diff)
downloadzenity-3a3a047a710700afd4fe6dde22f7f0f8eeae87bb.tar.gz
help/C/zenity.xml help/C/zenity-C.omf
2004-08-18 Breda McColgan <breda.mccolgan@sun.com> * Updated the following files: * help/C/zenity.xml * help/C/zenity-C.omf * help/C/figures/zenity-calendar-screenshot.png * help/C/figures/zenity-entry-screenshot.png * help/C/figures/zenity-error-screenshot.png * help/C/figures/zenity-fileselection-screenshot.png * help/C/figures/zenity-information-screenshot.png * help/C/figures/zenity-list-screenshot.png * help/C/figures/zenity-progress-screenshot.png * help/C/figures/zenity-question-screenshot.png * help/C/figures/zenity-text-screenshot.png * help/C/figures/zenity-warning-screenshot.png * Added the following files: * help/C/l10n.txt * help/C/l10n_scripts/ * help/C/l10n_scripts/calendar.sh * help/C/l10n_scripts/cvs.txt * help/C/l10n_scripts/error.sh * help/C/l10n_scripts/filesel.sh * help/C/l10n_scripts/info.sh * help/C/l10n_scripts/list.sh * help/C/l10n_scripts/progress.sh * help/C/l10n_scripts/question.sh * help/C/l10n_scripts/text_entry.sh * help/C/l10n_scripts/text_info.sh * help/C/l10n_scripts/warning.sh See the help/C/l10n.txt file for information about l10n_scripts.
Diffstat (limited to 'help/C/l10n_scripts/list.sh')
-rwxr-xr-xhelp/C/l10n_scripts/list.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/help/C/l10n_scripts/list.sh b/help/C/l10n_scripts/list.sh
new file mode 100755
index 0000000..cc8304d
--- /dev/null
+++ b/help/C/l10n_scripts/list.sh
@@ -0,0 +1,8 @@
+#!/bin/sh
+
+zenity --list \
+ --title="Choose the Bugs You Wish to View" \
+ --column="Bug Number" --column="Severity" --column="Description" \
+ 992383 Normal "GtkTreeView crashes on multiple selections" \
+ 293823 High "GNOME Dictionary does not handle proxy" \
+ 393823 Critical "Menu editing does not work in GNOME 2.0"