[gimp/soc-2011-warp: 3/18] gimpwarptool: setup a dumb icon for the tool



commit c263502a100422bde8aaa0b3d7f60b26d5f746c0
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/makefile.msc                 |    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
 5 files changed, 7 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 a2a5ee9..5508c5e 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/makefile.msc b/themes/Default/images/makefile.msc
index e41b412..6ec93d7 100644
--- a/themes/Default/images/makefile.msc
+++ b/themes/Default/images/makefile.msc
@@ -318,6 +318,8 @@ STOCK_TOOL_VARIABLES = \
 	stock_tool_text_22		tools/stock-tool-text-22.png	\
 	stock_tool_threshold_16		tools/stock-tool-threshold-16.png	\
 	stock_tool_threshold_22		tools/stock-tool-threshold-22.png	\
+	stock_tool_warp_16		tools/stock-tool-warp-16.png	\
+	stock_tool_warp_22		tools/stock-tool-warp-22.png	\
 	stock_tool_zoom_16		tools/stock-tool-zoom-16.png	\
 	stock_tool_zoom_22		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]