summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorJiri Moskovcak <jmoskovc@redhat.com>2011-03-14 18:09:54 +0100
committerJiri Moskovcak <jmoskovc@redhat.com>2011-03-14 18:09:54 +0100
commit365baba740b443c38c0e9669300b3f6f532fb057 (patch)
tree2dba2e7c321b8c2965c675cf169c53c8122c4cbd /src/include
parent938d5557c6fcedbca3ab075afb21a9c0b6a3ace8 (diff)
downloadabrt-365baba740b443c38c0e9669300b3f6f532fb057.tar.gz
abrt-365baba740b443c38c0e9669300b3f6f532fb057.tar.xz
abrt-365baba740b443c38c0e9669300b3f6f532fb057.zip
put code shared among gui and wizard into libreportgtk
Diffstat (limited to 'src/include')
-rw-r--r--src/include/report/event_config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/report/event_config.h b/src/include/report/event_config.h
index 75fb0c78..64407b7f 100644
--- a/src/include/report/event_config.h
+++ b/src/include/report/event_config.h
@@ -58,7 +58,7 @@ void free_event_option(event_option_t *p);
//structure to hold the option data
typedef struct
{
- char *screen_name; //name of the event "Bugzilla" "RedHat Support Uploader"
+ char *screen_name; //ui friendly name of the event "Bugzilla" "RedHat Support Uploader"
//char *title; //window title - not used right now, maybe the "name" is enough?
//char *action;//action description to show in gui like: Upload report to the Red Hat bugzilla"
char *description; // "Report to ...."/"Save to file"