[gimp] libgimpwidgets: add a string to GIMP_STOCK_TOOL_FOREGROUND_SELECT
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] libgimpwidgets: add a string to GIMP_STOCK_TOOL_FOREGROUND_SELECT
- Date: Fri, 18 Apr 2014 20:17:52 +0000 (UTC)
commit c2ab3f6d506b4a432ef5f921d8082d787fabcf67
Author: Michael Natterer <mitch gimp org>
Date: Fri Apr 18 22:14:41 2014 +0200
libgimpwidgets: add a string to GIMP_STOCK_TOOL_FOREGROUND_SELECT
libgimpwidgets/gimpstock.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libgimpwidgets/gimpstock.c b/libgimpwidgets/gimpstock.c
index 16bd90b..cc4c4ca 100644
--- a/libgimpwidgets/gimpstock.c
+++ b/libgimpwidgets/gimpstock.c
@@ -323,7 +323,7 @@ static const GtkStockItem gimp_stock_items[] =
{ GIMP_STOCK_TOOL_ERASER, NULL, 0, 0, LIBGIMP_DOMAIN },
{ GIMP_STOCK_TOOL_FLIP, NULL, 0, 0, LIBGIMP_DOMAIN },
{ GIMP_STOCK_TOOL_FREE_SELECT, NULL, 0, 0, LIBGIMP_DOMAIN },
- { GIMP_STOCK_TOOL_FOREGROUND_SELECT, NULL, 0, 0, LIBGIMP_DOMAIN },
+ { GIMP_STOCK_TOOL_FOREGROUND_SELECT, N_("_Select"), 0, 0, LIBGIMP_DOMAIN },
{ GIMP_STOCK_TOOL_FUZZY_SELECT, NULL, 0, 0, LIBGIMP_DOMAIN },
{ GIMP_STOCK_TOOL_HUE_SATURATION, NULL, 0, 0, LIBGIMP_DOMAIN },
{ GIMP_STOCK_TOOL_HEAL, NULL, 0, 0, LIBGIMP_DOMAIN },
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]