[gimp/soc-2011-seamless-clone2] Register GIMP_STOCK_TOOL_SEAMLESS_CLONE



commit f83bd57f6a2e8c481769f5a7688267bfa9f3ca2b
Author: Clayton Walker <blender3dartist gmail com>
Date:   Wed May 8 16:28:37 2013 +0200

    Register GIMP_STOCK_TOOL_SEAMLESS_CLONE

 libgimpwidgets/gimpstock.c |    3 +++
 libgimpwidgets/gimpstock.h |    1 +
 2 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/libgimpwidgets/gimpstock.c b/libgimpwidgets/gimpstock.c
index 9375e21..4e26db5 100644
--- a/libgimpwidgets/gimpstock.c
+++ b/libgimpwidgets/gimpstock.c
@@ -338,6 +338,7 @@ static const GtkStockItem gimp_stock_items[] =
   { GIMP_STOCK_TOOL_RECT_SELECT,         NULL,        0, 0, LIBGIMP_DOMAIN },
   { GIMP_STOCK_TOOL_ROTATE,       N_("_Rotate"),      0, 0, LIBGIMP_DOMAIN },
   { GIMP_STOCK_TOOL_SCALE,        N_("_Scale"),       0, 0, LIBGIMP_DOMAIN },
+  { GIMP_STOCK_TOOL_SEAMLESS_CLONE,      NULL,        0, 0, LIBGIMP_DOMAIN },
   { GIMP_STOCK_TOOL_SHEAR,        N_("_Shear"),       0, 0, LIBGIMP_DOMAIN },
   { GIMP_STOCK_TOOL_SMUDGE,              NULL,        0, 0, LIBGIMP_DOMAIN },
   { GIMP_STOCK_TOOL_TEXT,                NULL,        0, 0, LIBGIMP_DOMAIN },
@@ -494,6 +495,7 @@ gimp_stock_button_pixbufs[] =
   { GIMP_STOCK_TOOL_RECT_SELECT,         stock_tool_rect_select_22         },
   { GIMP_STOCK_TOOL_ROTATE,              stock_tool_rotate_22              },
   { GIMP_STOCK_TOOL_SCALE,               stock_tool_scale_22               },
+  { GIMP_STOCK_TOOL_SEAMLESS_CLONE,      stock_tool_clone_22               },
   { GIMP_STOCK_TOOL_SHEAR,               stock_tool_shear_22               },
   { GIMP_STOCK_TOOL_SMUDGE,              stock_tool_smudge_22              },
   { GIMP_STOCK_TOOL_TEXT,                stock_tool_text_22                },
@@ -662,6 +664,7 @@ gimp_stock_menu_pixbufs[] =
   { GIMP_STOCK_TOOL_RECT_SELECT,         stock_tool_rect_select_16         },
   { GIMP_STOCK_TOOL_ROTATE,              stock_tool_rotate_16              },
   { GIMP_STOCK_TOOL_SCALE,               stock_tool_scale_16               },
+  { GIMP_STOCK_TOOL_SEAMLESS_CLONE,      stock_tool_clone_16               },
   { GIMP_STOCK_TOOL_SHEAR,               stock_tool_shear_16               },
   { GIMP_STOCK_TOOL_SMUDGE,              stock_tool_smudge_16              },
   { GIMP_STOCK_TOOL_TEXT,                stock_tool_text_16                },
diff --git a/libgimpwidgets/gimpstock.h b/libgimpwidgets/gimpstock.h
index bd854fc..c885d9f 100644
--- a/libgimpwidgets/gimpstock.h
+++ b/libgimpwidgets/gimpstock.h
@@ -138,6 +138,7 @@ G_BEGIN_DECLS
 #define GIMP_STOCK_TOOL_RECT_SELECT         "gimp-tool-rect-select"
 #define GIMP_STOCK_TOOL_ROTATE              "gimp-tool-rotate"
 #define GIMP_STOCK_TOOL_SCALE               "gimp-tool-scale"
+#define GIMP_STOCK_TOOL_SEAMLESS_CLONE      "gimp-tool-seamless-clone"
 #define GIMP_STOCK_TOOL_SHEAR               "gimp-tool-shear"
 #define GIMP_STOCK_TOOL_SMUDGE              "gimp-tool-smudge"
 #define GIMP_STOCK_TOOL_TEXT                "gimp-tool-text"


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]