diff options
author | Simon Quigley <tsimonq2@ubuntu.com> | 2017-06-19 14:38:44 -0500 |
---|---|---|
committer | Simon Quigley <tsimonq2@ubuntu.com> | 2017-06-19 14:38:44 -0500 |
commit | ee6c3f9b4cf08a276c971dee66e1acdb32b3dff9 (patch) | |
tree | f7dc3f671114fd867204dca23871eaf2fa4ccc4a /stock.c | |
parent | 7aeb5ac87c6105bd8fcc9b1fd12e37ba1550f587 (diff) |
Import Upstream version 0.4.2.3
Diffstat (limited to 'stock.c')
-rw-r--r-- | stock.c | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -25,13 +25,13 @@ static struct { gchar *filename; gchar *stock_id; } stock_icons[] = { - { - "report.png", HI_STOCK_REPORT}, { - "internet.png", HI_STOCK_INTERNET}, { - "module.png", HI_STOCK_MODULE}, { - "about-modules.png", HI_STOCK_ABOUT_MODULES}, { - "syncmanager-small.png", HI_STOCK_SYNC_MENU}, { -"face-grin.png", HI_STOCK_DONATE},}; + { "report.png", HI_STOCK_REPORT}, + { "internet.png", HI_STOCK_INTERNET}, + { "module.png", HI_STOCK_MODULE}, + { "about-modules.png", HI_STOCK_ABOUT_MODULES}, + { "syncmanager-small.png", HI_STOCK_SYNC_MENU}, + { "face-grin.png", HI_STOCK_DONATE}, +}; static GtkIconFactory *icon_factory; |