Add an image for the report tab

There was an entry in plugin-page-report about a missing image for the
report tab so have created one and added it.
pull/111/head
Robert Fewell 10 years ago
parent 49014f4714
commit 371222cb6a

@ -55,6 +55,7 @@ typedef struct _item_file
static item_file item_files[] =
{
{ GNC_STOCK_ACCOUNT, "gnc-account.png", "gnc-account-16.png"},
{ GNC_STOCK_ACCOUNT_REPORT, "gnc-account-report.png", "gnc-account-report-16.png"},
{ GNC_STOCK_DELETE_ACCOUNT, "gnc-account-delete.png", "gnc-account-delete-16.png"},
{ GNC_STOCK_EDIT_ACCOUNT, "gnc-account-edit.png", "gnc-account-edit-16.png"},
{ GNC_STOCK_NEW_ACCOUNT, "gnc-account-new.png", "gnc-account-new-16.png"},

@ -30,6 +30,7 @@
G_BEGIN_DECLS
#define GNC_STOCK_ACCOUNT "gnc-account"
#define GNC_STOCK_ACCOUNT_REPORT "gnc-account-report"
#define GNC_STOCK_DELETE_ACCOUNT "gnc-delete-account"
#define GNC_STOCK_EDIT_ACCOUNT "gnc-edit-account"
#define GNC_STOCK_NEW_ACCOUNT "gnc-new-account"

@ -11,6 +11,8 @@ gncpixmap_DATA = \
gnc-account-open-16.png \
gnc-account-open.png \
gnc-account.png \
gnc-account-report-16.png \
gnc-account-report.png \
gnc-gnome-pdf-16.png \
gnc-gnome-pdf-24.png \
gnc-invoice-16.png \

@ -277,8 +277,7 @@ gnc_plugin_page_report_class_init (GncPluginPageReportClass *klass)
object_class->set_property = gnc_plugin_page_report_set_property;
object_class->get_property = gnc_plugin_page_report_get_property;
// FIXME: stock reporting icon?
//gnc_plugin_page_class->tab_icon = GNC_STOCK_ACCOUNT;
gnc_plugin_page_class->tab_icon = GNC_STOCK_ACCOUNT_REPORT;
gnc_plugin_page_class->plugin_name = GNC_PLUGIN_PAGE_REPORT_NAME;
gnc_plugin_page_class->create_widget = gnc_plugin_page_report_create_widget;

Loading…
Cancel
Save