[gimp/soc-2011-warp: 3/72] gimpwarptool: setup a dumb icon for the tool
- From: Michael Murà <mmure src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/soc-2011-warp: 3/72] gimpwarptool: setup a dumb icon for the tool
- Date: Wed, 14 Mar 2012 12:17:36 +0000 (UTC)
commit bff8dc50c1743571bb77d71c8d97093bce7d1ac8
Author: Michael Murà <batolettre gmail com>
Date: Mon May 23 22:08:19 2011 +0200
gimpwarptool: setup a dumb icon for the tool
libgimpwidgets/gimpstock.c | 3 +++
themes/Default/images/Makefile.am | 2 ++
themes/Default/images/tools/stock-tool-warp-16.png | Bin 0 -> 709 bytes
themes/Default/images/tools/stock-tool-warp-22.png | Bin 0 -> 906 bytes
4 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/libgimpwidgets/gimpstock.c b/libgimpwidgets/gimpstock.c
index 4e6b5ab..8ca0360 100644
--- a/libgimpwidgets/gimpstock.c
+++ b/libgimpwidgets/gimpstock.c
@@ -342,6 +342,7 @@ static const GtkStockItem gimp_stock_items[] =
{ GIMP_STOCK_TOOL_SMUDGE, NULL, 0, 0, LIBGIMP_DOMAIN },
{ GIMP_STOCK_TOOL_TEXT, NULL, 0, 0, LIBGIMP_DOMAIN },
{ GIMP_STOCK_TOOL_THRESHOLD, NULL, 0, 0, LIBGIMP_DOMAIN },
+ { GIMP_STOCK_TOOL_WARP, NULL, 0, 0, LIBGIMP_DOMAIN },
{ GIMP_STOCK_TOOL_ZOOM, NULL, 0, 0, LIBGIMP_DOMAIN }
};
@@ -497,6 +498,7 @@ gimp_stock_button_pixbufs[] =
{ GIMP_STOCK_TOOL_SMUDGE, stock_tool_smudge_22 },
{ GIMP_STOCK_TOOL_TEXT, stock_tool_text_22 },
{ GIMP_STOCK_TOOL_THRESHOLD, stock_tool_threshold_22 },
+ { GIMP_STOCK_TOOL_WARP, stock_tool_warp_22 },
{ GIMP_STOCK_TOOL_ZOOM, stock_tool_zoom_22 },
{ GIMP_STOCK_INFO, stock_info_24 },
@@ -664,6 +666,7 @@ gimp_stock_menu_pixbufs[] =
{ GIMP_STOCK_TOOL_SMUDGE, stock_tool_smudge_16 },
{ GIMP_STOCK_TOOL_TEXT, stock_tool_text_16 },
{ GIMP_STOCK_TOOL_THRESHOLD, stock_tool_threshold_16 },
+ { GIMP_STOCK_TOOL_WARP, stock_tool_warp_16 },
{ GIMP_STOCK_TOOL_ZOOM, stock_tool_zoom_16 },
{ GIMP_STOCK_INFO, stock_info_16 },
diff --git a/themes/Default/images/Makefile.am b/themes/Default/images/Makefile.am
index bf854d2..e469ece 100644
--- a/themes/Default/images/Makefile.am
+++ b/themes/Default/images/Makefile.am
@@ -347,6 +347,8 @@ STOCK_TOOL_IMAGES = \
tools/stock-tool-text-22.png \
tools/stock-tool-threshold-16.png \
tools/stock-tool-threshold-22.png \
+ tools/stock-tool-warp-16.png \
+ tools/stock-tool-warp-22.png \
tools/stock-tool-zoom-16.png \
tools/stock-tool-zoom-22.png
diff --git a/themes/Default/images/tools/stock-tool-warp-16.png b/themes/Default/images/tools/stock-tool-warp-16.png
new file mode 100644
index 0000000..cb0bdd5
Binary files /dev/null and b/themes/Default/images/tools/stock-tool-warp-16.png differ
diff --git a/themes/Default/images/tools/stock-tool-warp-22.png b/themes/Default/images/tools/stock-tool-warp-22.png
new file mode 100644
index 0000000..4569679
Binary files /dev/null and b/themes/Default/images/tools/stock-tool-warp-22.png differ
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]