diff options
| author | Jiri Moskovcak <jmoskovc@redhat.com> | 2011-03-08 21:31:45 +0100 |
|---|---|---|
| committer | Jiri Moskovcak <jmoskovc@redhat.com> | 2011-03-08 21:31:45 +0100 |
| commit | e2fdf6c58eba440770624d13e25a63c3d77040db (patch) | |
| tree | 37e4569af212b47339fa8e6c895e29a22eeaaecf /src/plugins | |
| parent | a6ee8958dbe6f45f95fca4fa2ea1490c7035be65 (diff) | |
| download | abrt-e2fdf6c58eba440770624d13e25a63c3d77040db.tar.gz abrt-e2fdf6c58eba440770624d13e25a63c3d77040db.tar.xz abrt-e2fdf6c58eba440770624d13e25a63c3d77040db.zip | |
added event description support into xml parser
- so event now has:
action: description of what will happen when this event is used
- the main purpose is for the event selector in wizard
description: description of the event
Diffstat (limited to 'src/plugins')
| -rw-r--r-- | src/plugins/Bugzilla.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/plugins/Bugzilla.xml b/src/plugins/Bugzilla.xml index b8bd6e7a..bc8e8ecb 100644 --- a/src/plugins/Bugzilla.xml +++ b/src/plugins/Bugzilla.xml @@ -1,7 +1,8 @@ <?xml version="1.0" encoding="UTF-8" ?> <event> <name>Bugzilla</name> - <action>_Report this problem to the Red Hat bug tracker</action> + <action>Report this problem to the Red Hat bug tracker</action> + <description>Reports selected problems to the Red Hat bug tracker</description> <options> <option type="text" name="Bugzilla_BugzillaURL"> <label>Bugzilla URL</label> |
