app/tools/gimpbycolorselecttool.c app/tools/gimpcolorpickertool.c resolved

2003-03-10  Sven Neumann  <sven@gimp.org>

	* app/tools/gimpbycolorselecttool.c
	* app/tools/gimpcolorpickertool.c
	* app/tools/gimpconvolvetool.c: resolved conflicts in tool
	keybindings (bug #107975).
This commit is contained in:
Sven Neumann
2003-03-10 12:38:47 +00:00
committed by Sven Neumann
parent 3b02cb2e36
commit 3f588521ff
4 changed files with 10 additions and 3 deletions

View File

@ -1,3 +1,10 @@
2003-03-10 Sven Neumann <sven@gimp.org>
* app/tools/gimpbycolorselecttool.c
* app/tools/gimpcolorpickertool.c
* app/tools/gimpconvolvetool.c: resolved conflicts in tool
keybindings (bug #107975).
2003-03-09 Michael Natterer <mitch@gimp.org>
* app/core/gimpdatalist.c (gimp_data_list_uniquefy_data_name): use

View File

@ -78,7 +78,7 @@ gimp_by_color_select_tool_register (GimpToolRegisterCallback callback,
"gimp-by-color-select-tool",
_("Select By Color"),
_("Select regions by color"),
N_("/Tools/Selection Tools/By Color Select"), "C",
N_("/Tools/Selection Tools/By Color Select"), "<shift>O",
NULL, "tools/by_color_select.html",
GIMP_STOCK_TOOL_BY_COLOR_SELECT,
data);

View File

@ -130,7 +130,7 @@ gimp_color_picker_tool_register (GimpToolRegisterCallback callback,
"gimp-color-picker-tool",
_("Color Picker"),
_("Pick colors from the image"),
N_("/Tools/Color Picker"), "<shift>O",
N_("/Tools/Color Picker"), "O",
NULL, "tools/color_picker.html",
GIMP_STOCK_TOOL_COLOR_PICKER,
data);

View File

@ -88,7 +88,7 @@ gimp_convolve_tool_register (GimpToolRegisterCallback callback,
"gimp-convolve-tool",
_("Convolve"),
_("Blur or Sharpen"),
N_("/Tools/Paint Tools/Convolve"), "B",
N_("/Tools/Paint Tools/Convolve"), "V",
NULL, "tools/convolve.html",
GIMP_STOCK_TOOL_BLUR,
data);