summaryrefslogtreecommitdiff
path: root/help/C/l10n_scripts/list.sh
diff options
context:
space:
mode:
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"