mirror of https://github.com/GNOME/gimp.git
Bill Skaggs <weskaggs@primate.ucdavis.edu>
* app/tools/gimpairbrushtool.c * app/tools/gimpaligntool.c * app/tools/gimpblendtool.c * app/tools/gimpbrightnesscontrasttool.c * app/tools/gimpbucketfilltool.c * app/tools/gimpbycolorselecttool.c * app/tools/gimpclonetool.c * app/tools/gimpcolorbalancetool.c * app/tools/gimpcolorizetool.c * app/tools/gimpcolorpickertool.c * app/tools/gimpconvolvetool.c * app/tools/gimpcroptool.c * app/tools/gimpcurvestool.c * app/tools/gimpdodgeburntool.c * app/tools/gimpellipseselecttool.c * app/tools/gimperasertool.c * app/tools/gimpfliptool.c * app/tools/gimpforegroundselecttool.c * app/tools/gimpfreeselecttool.c * app/tools/gimpfuzzyselecttool.c * app/tools/gimphealtool.c * app/tools/gimphuesaturationtool.c * app/tools/gimpinktool.c * app/tools/gimpiscissorstool.c * app/tools/gimplevelstool.c * app/tools/gimpmagnifytool.c * app/tools/gimpmeasuretool.c * app/tools/gimpmovetool.c * app/tools/gimppaintbrushtool.c * app/tools/gimppenciltool.c * app/tools/gimpperspectiveclonetool.c * app/tools/gimpperspectivetool.c * app/tools/gimpposterizetool.c * app/tools/gimprectangleselecttool.c * app/tools/gimprectangletool.c * app/tools/gimprotatetool.c * app/tools/gimpscaletool.c * app/tools/gimpsheartool.c * app/tools/gimpsmudgetool.c * app/tools/gimptexttool.c * app/tools/gimpthresholdtool.c * app/tools/gimpvectortool.c: Apply patch from J. Baker, with some modifications, to improve tooltips and tool names. Almost fixes bug #356137.
This commit is contained in:
parent
b39784d20a
commit
73a25c2a61
47
ChangeLog
47
ChangeLog
|
@ -1,3 +1,50 @@
|
|||
2006-09-18 Bill Skaggs <weskaggs@primate.ucdavis.edu>
|
||||
|
||||
* app/tools/gimpairbrushtool.c
|
||||
* app/tools/gimpaligntool.c
|
||||
* app/tools/gimpblendtool.c
|
||||
* app/tools/gimpbrightnesscontrasttool.c
|
||||
* app/tools/gimpbucketfilltool.c
|
||||
* app/tools/gimpbycolorselecttool.c
|
||||
* app/tools/gimpclonetool.c
|
||||
* app/tools/gimpcolorbalancetool.c
|
||||
* app/tools/gimpcolorizetool.c
|
||||
* app/tools/gimpcolorpickertool.c
|
||||
* app/tools/gimpconvolvetool.c
|
||||
* app/tools/gimpcroptool.c
|
||||
* app/tools/gimpcurvestool.c
|
||||
* app/tools/gimpdodgeburntool.c
|
||||
* app/tools/gimpellipseselecttool.c
|
||||
* app/tools/gimperasertool.c
|
||||
* app/tools/gimpfliptool.c
|
||||
* app/tools/gimpforegroundselecttool.c
|
||||
* app/tools/gimpfreeselecttool.c
|
||||
* app/tools/gimpfuzzyselecttool.c
|
||||
* app/tools/gimphealtool.c
|
||||
* app/tools/gimphuesaturationtool.c
|
||||
* app/tools/gimpinktool.c
|
||||
* app/tools/gimpiscissorstool.c
|
||||
* app/tools/gimplevelstool.c
|
||||
* app/tools/gimpmagnifytool.c
|
||||
* app/tools/gimpmeasuretool.c
|
||||
* app/tools/gimpmovetool.c
|
||||
* app/tools/gimppaintbrushtool.c
|
||||
* app/tools/gimppenciltool.c
|
||||
* app/tools/gimpperspectiveclonetool.c
|
||||
* app/tools/gimpperspectivetool.c
|
||||
* app/tools/gimpposterizetool.c
|
||||
* app/tools/gimprectangleselecttool.c
|
||||
* app/tools/gimprectangletool.c
|
||||
* app/tools/gimprotatetool.c
|
||||
* app/tools/gimpscaletool.c
|
||||
* app/tools/gimpsheartool.c
|
||||
* app/tools/gimpsmudgetool.c
|
||||
* app/tools/gimptexttool.c
|
||||
* app/tools/gimpthresholdtool.c
|
||||
* app/tools/gimpvectortool.c: Apply patch from J. Baker,
|
||||
with some modifications, to improve tooltips and tool
|
||||
names. Almost fixes bug #356137.
|
||||
|
||||
2006-09-18 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* app/tools/gimpaligntool.c: rewrote the UI without tables and
|
||||
|
|
|
@ -52,7 +52,7 @@ gimp_airbrush_tool_register (GimpToolRegisterCallback callback,
|
|||
GIMP_CONTEXT_GRADIENT_MASK,
|
||||
"gimp-airbrush-tool",
|
||||
_("Airbrush"),
|
||||
_("Airbrush with variable pressure"),
|
||||
_("Airbrush Tool: Paint using a brush, with variable pressure"),
|
||||
N_("_Airbrush"), "A",
|
||||
NULL, GIMP_HELP_TOOL_AIRBRUSH,
|
||||
GIMP_STOCK_TOOL_AIRBRUSH,
|
||||
|
|
|
@ -114,8 +114,8 @@ gimp_align_tool_register (GimpToolRegisterCallback callback,
|
|||
gimp_align_options_gui,
|
||||
0,
|
||||
"gimp-align-tool",
|
||||
_("Alignment Tool"),
|
||||
_("Align or arrange layers and other items"),
|
||||
_("Align"),
|
||||
_("Alignment Tool: Align or arrange layers and other objects"),
|
||||
N_("_Align"), "Q",
|
||||
NULL, GIMP_HELP_TOOL_MOVE,
|
||||
GIMP_STOCK_TOOL_ALIGN,
|
||||
|
|
|
@ -101,7 +101,7 @@ gimp_blend_tool_register (GimpToolRegisterCallback callback,
|
|||
GIMP_CONTEXT_GRADIENT_MASK,
|
||||
"gimp-blend-tool",
|
||||
_("Blend"),
|
||||
_("Fill with a color gradient"),
|
||||
_("Blend Tool: Fill selected area with a color gradient"),
|
||||
N_("Blen_d"), "L",
|
||||
NULL, GIMP_HELP_TOOL_BLEND,
|
||||
GIMP_STOCK_TOOL_BLEND,
|
||||
|
|
|
@ -99,7 +99,7 @@ gimp_brightness_contrast_tool_register (GimpToolRegisterCallback callback,
|
|||
0,
|
||||
"gimp-brightness-contrast-tool",
|
||||
_("Brightness-Contrast"),
|
||||
_("Adjust brightness and contrast"),
|
||||
_("Brightness/Contrast Tool: Adjust brightness and contrast"),
|
||||
N_("B_rightness-Contrast..."), NULL,
|
||||
NULL, GIMP_HELP_TOOL_BRIGHTNESS_CONTRAST,
|
||||
GIMP_STOCK_TOOL_BRIGHTNESS_CONTRAST,
|
||||
|
|
|
@ -86,7 +86,7 @@ gimp_bucket_fill_tool_register (GimpToolRegisterCallback callback,
|
|||
GIMP_CONTEXT_PATTERN_MASK,
|
||||
"gimp-bucket-fill-tool",
|
||||
_("Bucket Fill"),
|
||||
_("Fill with a color or pattern"),
|
||||
_("Bucket Fill Tool: Fill selected area with a color or pattern"),
|
||||
N_("_Bucket Fill"), "<shift>B",
|
||||
NULL, GIMP_HELP_TOOL_BUCKET_FILL,
|
||||
GIMP_STOCK_TOOL_BUCKET_FILL,
|
||||
|
|
|
@ -63,7 +63,7 @@ gimp_by_color_select_tool_register (GimpToolRegisterCallback callback,
|
|||
0,
|
||||
"gimp-by-color-select-tool",
|
||||
_("Select by Color"),
|
||||
_("Select regions by color"),
|
||||
_("Select by Color Tool: Select regions with similar colors"),
|
||||
N_("_By Color Select"), "<shift>O",
|
||||
NULL, GIMP_HELP_TOOL_BY_COLOR_SELECT,
|
||||
GIMP_STOCK_TOOL_BY_COLOR_SELECT,
|
||||
|
|
|
@ -59,7 +59,7 @@ gimp_clone_tool_register (GimpToolRegisterCallback callback,
|
|||
GIMP_CONTEXT_PATTERN_MASK,
|
||||
"gimp-clone-tool",
|
||||
_("Clone"),
|
||||
_("Paint using Patterns or Image Regions"),
|
||||
_("Clone Tool: Selectively copy from an image or pattern, using a brush"),
|
||||
N_("_Clone"), "C",
|
||||
NULL, GIMP_HELP_TOOL_CLONE,
|
||||
GIMP_STOCK_TOOL_CLONE,
|
||||
|
|
|
@ -93,7 +93,7 @@ gimp_color_balance_tool_register (GimpToolRegisterCallback callback,
|
|||
0,
|
||||
"gimp-color-balance-tool",
|
||||
_("Color Balance"),
|
||||
_("Adjust color balance"),
|
||||
_("Color Balance Tool: Adjust color distribution"),
|
||||
N_("Color _Balance..."), NULL,
|
||||
NULL, GIMP_HELP_TOOL_COLOR_BALANCE,
|
||||
GIMP_STOCK_TOOL_COLOR_BALANCE,
|
||||
|
|
|
@ -91,7 +91,7 @@ gimp_colorize_tool_register (GimpToolRegisterCallback callback,
|
|||
0,
|
||||
"gimp-colorize-tool",
|
||||
_("Colorize"),
|
||||
_("Colorize the image"),
|
||||
_("Colorize Tool: Colorize the image"),
|
||||
N_("Colori_ze..."), NULL,
|
||||
NULL, GIMP_HELP_TOOL_COLORIZE,
|
||||
GIMP_STOCK_TOOL_COLORIZE,
|
||||
|
|
|
@ -97,7 +97,7 @@ gimp_color_picker_tool_register (GimpToolRegisterCallback callback,
|
|||
GIMP_CONTEXT_FOREGROUND_MASK | GIMP_CONTEXT_BACKGROUND_MASK,
|
||||
"gimp-color-picker-tool",
|
||||
_("Color Picker"),
|
||||
_("Pick colors from the image"),
|
||||
_("Color Picker Tool: Set colors from image pixels"),
|
||||
N_("C_olor Picker"), "O",
|
||||
NULL, GIMP_HELP_TOOL_COLOR_PICKER,
|
||||
GIMP_STOCK_TOOL_COLOR_PICKER,
|
||||
|
|
|
@ -70,8 +70,8 @@ gimp_convolve_tool_register (GimpToolRegisterCallback callback,
|
|||
gimp_convolve_options_gui,
|
||||
GIMP_PAINT_OPTIONS_CONTEXT_MASK,
|
||||
"gimp-convolve-tool",
|
||||
_("Convolve"),
|
||||
_("Blur or Sharpen"),
|
||||
_("Blur/Sharpen"),
|
||||
_("Blur/Sharpen Tool: Selective blurring or unblurring using a brush"),
|
||||
N_("Con_volve"), "V",
|
||||
NULL, GIMP_HELP_TOOL_CONVOLVE,
|
||||
GIMP_STOCK_TOOL_BLUR,
|
||||
|
|
|
@ -102,7 +102,7 @@ gimp_crop_tool_register (GimpToolRegisterCallback callback,
|
|||
0,
|
||||
"gimp-crop-tool",
|
||||
_("Crop"),
|
||||
_("Crop an image"),
|
||||
_("Crop Tool: Remove edge areas from image or layer"),
|
||||
N_("_Crop"), "<shift>C",
|
||||
NULL, GIMP_HELP_TOOL_CROP,
|
||||
GIMP_STOCK_TOOL_CROP,
|
||||
|
|
|
@ -146,7 +146,7 @@ gimp_curves_tool_register (GimpToolRegisterCallback callback,
|
|||
0,
|
||||
"gimp-curves-tool",
|
||||
_("Curves"),
|
||||
_("Adjust color curves"),
|
||||
_("Curves Tool: Adjust color curves"),
|
||||
N_("_Curves..."), NULL,
|
||||
NULL, GIMP_HELP_TOOL_CURVES,
|
||||
GIMP_STOCK_TOOL_CURVES,
|
||||
|
|
|
@ -71,8 +71,8 @@ gimp_dodge_burn_tool_register (GimpToolRegisterCallback callback,
|
|||
GIMP_PAINT_OPTIONS_CONTEXT_MASK,
|
||||
"gimp-dodge-burn-tool",
|
||||
_("Dodge/Burn"),
|
||||
_("Dodge or Burn strokes"),
|
||||
N_("Dod_geBurn"), "<shift>D",
|
||||
_("Dodge/Burn Tool: Selectively lighten or darken using a brush"),
|
||||
N_("Dod_ge-Burn"), "<shift>D",
|
||||
NULL, GIMP_HELP_TOOL_DODGE_BURN,
|
||||
GIMP_STOCK_TOOL_DODGE,
|
||||
data);
|
||||
|
|
|
@ -70,7 +70,7 @@ gimp_ellipse_select_tool_register (GimpToolRegisterCallback callback,
|
|||
0,
|
||||
"gimp-ellipse-select-tool",
|
||||
_("Ellipse Select"),
|
||||
_("Select elliptical regions"),
|
||||
_("Ellipse Select Tool: Select an elliptical region"),
|
||||
N_("_Ellipse Select"), "E",
|
||||
NULL, GIMP_HELP_TOOL_ELLIPSE_SELECT,
|
||||
GIMP_STOCK_TOOL_ELLIPSE_SELECT,
|
||||
|
|
|
@ -64,7 +64,7 @@ gimp_eraser_tool_register (GimpToolRegisterCallback callback,
|
|||
GIMP_PAINT_OPTIONS_CONTEXT_MASK,
|
||||
"gimp-eraser-tool",
|
||||
_("Eraser"),
|
||||
_("Erase to background or transparency"),
|
||||
_("Eraser Tool: Erase to background or transparency using a brush"),
|
||||
N_("_Eraser"), "<shift>E",
|
||||
NULL, GIMP_HELP_TOOL_ERASER,
|
||||
GIMP_STOCK_TOOL_ERASER,
|
||||
|
|
|
@ -75,7 +75,7 @@ gimp_flip_tool_register (GimpToolRegisterCallback callback,
|
|||
0,
|
||||
"gimp-flip-tool",
|
||||
_("Flip"),
|
||||
_("Flip the layer or selection"),
|
||||
_("Flip Tool: Reverse the layer horizontally or vertically"),
|
||||
N_("_Flip"), "<shift>F",
|
||||
NULL, GIMP_HELP_TOOL_FLIP,
|
||||
GIMP_STOCK_TOOL_FLIP,
|
||||
|
|
|
@ -141,7 +141,7 @@ gimp_foreground_select_tool_register (GimpToolRegisterCallback callback,
|
|||
GIMP_CONTEXT_FOREGROUND_MASK | GIMP_CONTEXT_BACKGROUND_MASK,
|
||||
"gimp-foreground-select-tool",
|
||||
_("Foreground Select"),
|
||||
_("Extract foreground objects"),
|
||||
_("Foreground Select Tool: Select a region containing foreground objects"),
|
||||
N_("F_oreground Select"), NULL,
|
||||
NULL, GIMP_HELP_TOOL_FOREGROUND_SELECT,
|
||||
GIMP_STOCK_TOOL_FOREGROUND_SELECT,
|
||||
|
|
|
@ -93,7 +93,7 @@ gimp_free_select_tool_register (GimpToolRegisterCallback callback,
|
|||
0,
|
||||
"gimp-free-select-tool",
|
||||
_("Free Select"),
|
||||
_("Select hand-drawn regions"),
|
||||
_("Free Select Tool: Select a hand-drawn region"),
|
||||
N_("_Free Select"), "F",
|
||||
NULL, GIMP_HELP_TOOL_FREE_SELECT,
|
||||
GIMP_STOCK_TOOL_FREE_SELECT,
|
||||
|
|
|
@ -61,7 +61,7 @@ gimp_fuzzy_select_tool_register (GimpToolRegisterCallback callback,
|
|||
0,
|
||||
"gimp-fuzzy-select-tool",
|
||||
_("Fuzzy Select"),
|
||||
_("Select contiguous regions"),
|
||||
_("Fuzzy Select Tool: Select a contiguous region on the basis of color"),
|
||||
N_("Fu_zzy Select"), "U",
|
||||
NULL, GIMP_HELP_TOOL_FUZZY_SELECT,
|
||||
GIMP_STOCK_TOOL_FUZZY_SELECT,
|
||||
|
|
|
@ -55,7 +55,7 @@ gimp_heal_tool_register (GimpToolRegisterCallback callback,
|
|||
GIMP_PAINT_OPTIONS_CONTEXT_MASK,
|
||||
"gimp-heal-tool",
|
||||
_("Heal"),
|
||||
_("Heal image irregularities"),
|
||||
_("Healing Tool: Heal image irregularities"),
|
||||
N_("_Heal"),
|
||||
"H",
|
||||
NULL,
|
||||
|
|
|
@ -112,7 +112,7 @@ gimp_hue_saturation_tool_register (GimpToolRegisterCallback callback,
|
|||
0,
|
||||
"gimp-hue-saturation-tool",
|
||||
_("Hue-Saturation"),
|
||||
_("Adjust hue and saturation"),
|
||||
_("Hue-Saturation Tool: Adjust hue, saturation, and lightness"),
|
||||
N_("Hue-_Saturation..."), NULL,
|
||||
NULL, GIMP_HELP_TOOL_HUE_SATURATION,
|
||||
GIMP_STOCK_TOOL_HUE_SATURATION,
|
||||
|
|
|
@ -53,7 +53,7 @@ gimp_ink_tool_register (GimpToolRegisterCallback callback,
|
|||
GIMP_CONTEXT_PAINT_MODE_MASK,
|
||||
"gimp-ink-tool",
|
||||
_("Ink"),
|
||||
_("Draw in ink"),
|
||||
_("Ink Tool: Calligraphy-style painting"),
|
||||
N_("In_k"), "K",
|
||||
NULL, GIMP_HELP_TOOL_INK,
|
||||
GIMP_STOCK_TOOL_INK,
|
||||
|
|
|
@ -270,7 +270,7 @@ gimp_iscissors_tool_register (GimpToolRegisterCallback callback,
|
|||
0,
|
||||
"gimp-iscissors-tool",
|
||||
_("Scissors"),
|
||||
_("Select shapes from image"),
|
||||
_("Scissors Select Tool: Select shapes using intelligent edge-fitting"),
|
||||
N_("Intelligent _Scissors"),
|
||||
"I",
|
||||
NULL, GIMP_HELP_TOOL_ISCISSORS,
|
||||
|
|
|
@ -153,7 +153,7 @@ gimp_levels_tool_register (GimpToolRegisterCallback callback,
|
|||
0,
|
||||
"gimp-levels-tool",
|
||||
_("Levels"),
|
||||
_("Adjust color levels"),
|
||||
_("Levels Tool: Adjust color levels"),
|
||||
N_("_Levels..."), NULL,
|
||||
NULL, GIMP_HELP_TOOL_LEVELS,
|
||||
GIMP_STOCK_TOOL_LEVELS,
|
||||
|
|
|
@ -89,7 +89,7 @@ gimp_magnify_tool_register (GimpToolRegisterCallback callback,
|
|||
0,
|
||||
"gimp-zoom-tool",
|
||||
_("Zoom"),
|
||||
_("Zoom in & out"),
|
||||
_("Zoom Tool: Adjust the zoom level"),
|
||||
N_("tool|_Zoom"), "Z",
|
||||
NULL, GIMP_HELP_TOOL_ZOOM,
|
||||
GIMP_STOCK_TOOL_ZOOM,
|
||||
|
|
|
@ -119,7 +119,7 @@ gimp_measure_tool_register (GimpToolRegisterCallback callback,
|
|||
0,
|
||||
"gimp-measure-tool",
|
||||
_("Measure"),
|
||||
_("Measure distances and angles"),
|
||||
_("Measure Tool: Measure distances and angles"),
|
||||
N_("_Measure"), "<shift>M",
|
||||
NULL, GIMP_HELP_TOOL_MEASURE,
|
||||
GIMP_STOCK_TOOL_MEASURE,
|
||||
|
|
|
@ -115,7 +115,7 @@ gimp_move_tool_register (GimpToolRegisterCallback callback,
|
|||
0,
|
||||
"gimp-move-tool",
|
||||
Q_("tool|Move"),
|
||||
_("Move layers & selections"),
|
||||
_("Move Tool: Move layers, selections, and other objects"),
|
||||
N_("_Move"), "M",
|
||||
NULL, GIMP_HELP_TOOL_MOVE,
|
||||
GIMP_STOCK_TOOL_MOVE,
|
||||
|
|
|
@ -49,7 +49,7 @@ gimp_paintbrush_tool_register (GimpToolRegisterCallback callback,
|
|||
GIMP_CONTEXT_GRADIENT_MASK,
|
||||
"gimp-paintbrush-tool",
|
||||
_("Paintbrush"),
|
||||
_("Paint fuzzy brush strokes"),
|
||||
_("Paintbrush Tool: Paint smooth strokes using a brush"),
|
||||
N_("_Paintbrush"), "P",
|
||||
NULL, GIMP_HELP_TOOL_PAINTBRUSH,
|
||||
GIMP_STOCK_TOOL_PAINTBRUSH,
|
||||
|
|
|
@ -49,7 +49,7 @@ gimp_pencil_tool_register (GimpToolRegisterCallback callback,
|
|||
GIMP_CONTEXT_GRADIENT_MASK,
|
||||
"gimp-pencil-tool",
|
||||
_("Pencil"),
|
||||
_("Paint hard edged pixels"),
|
||||
_("Pencil Tool: Hard edge painting using a brush"),
|
||||
N_("Pe_ncil"), "N",
|
||||
NULL, GIMP_HELP_TOOL_PENCIL,
|
||||
GIMP_STOCK_TOOL_PENCIL,
|
||||
|
|
|
@ -118,8 +118,8 @@ gimp_perspective_clone_tool_register (GimpToolRegisterCallback callback,
|
|||
GIMP_CONTEXT_PATTERN_MASK,
|
||||
"gimp-perspective-clone-tool",
|
||||
_("Perspective Clone"),
|
||||
_("Paint using Image Regions Preserving "
|
||||
"the Perspective of the Image"),
|
||||
_("Perspective Clone Tool: Clone from an image source "
|
||||
"after applying a perspective transformation"),
|
||||
N_("_Perspective Clone"), NULL,
|
||||
NULL, GIMP_HELP_TOOL_PERSPECTIVE_CLONE,
|
||||
GIMP_STOCK_TOOL_PERSPECTIVE_CLONE,
|
||||
|
|
|
@ -66,7 +66,7 @@ gimp_perspective_tool_register (GimpToolRegisterCallback callback,
|
|||
0,
|
||||
"gimp-perspective-tool",
|
||||
_("Perspective"),
|
||||
_("Change perspective of the layer or selection"),
|
||||
_("Perspective Tool: Change perspective of the layer or selection"),
|
||||
N_("_Perspective"), "<shift>P",
|
||||
NULL, GIMP_HELP_TOOL_PERSPECTIVE,
|
||||
GIMP_STOCK_TOOL_PERSPECTIVE,
|
||||
|
|
|
@ -76,7 +76,7 @@ gimp_posterize_tool_register (GimpToolRegisterCallback callback,
|
|||
0,
|
||||
"gimp-posterize-tool",
|
||||
_("Posterize"),
|
||||
_("Reduce image to a fixed number of colors"),
|
||||
_("Posterize Tool: Reduce to a limited set of colors"),
|
||||
N_("_Posterize..."), NULL,
|
||||
NULL, GIMP_HELP_TOOL_POSTERIZE,
|
||||
GIMP_STOCK_TOOL_POSTERIZE,
|
||||
|
|
|
@ -136,9 +136,9 @@ gimp_rect_select_tool_register (GimpToolRegisterCallback callback,
|
|||
gimp_rect_select_options_gui,
|
||||
0,
|
||||
"gimp-rect-select-tool",
|
||||
_("Rect Select"),
|
||||
_("Select a Rectangular part of an image"),
|
||||
N_("_Rect Select"), "R",
|
||||
_("Rectangle Select"),
|
||||
_("Rectangle Select Tool: Select a rectangular region"),
|
||||
N_("_Rectangle Select"), "R",
|
||||
NULL, GIMP_HELP_TOOL_RECT_SELECT,
|
||||
GIMP_STOCK_TOOL_RECT_SELECT,
|
||||
data);
|
||||
|
|
|
@ -1641,6 +1641,7 @@ gimp_rectangle_tool_key_press (GimpTool *tool,
|
|||
return TRUE;
|
||||
|
||||
default:
|
||||
g_print ("Key %d pressed\n", kevent->keyval);
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
|
|
|
@ -84,7 +84,7 @@ gimp_rotate_tool_register (GimpToolRegisterCallback callback,
|
|||
0,
|
||||
"gimp-rotate-tool",
|
||||
_("Rotate"),
|
||||
_("Rotate the layer or selection"),
|
||||
_("Rotate Tool: Rotate the layer or selection"),
|
||||
N_("_Rotate"), "<shift>R",
|
||||
NULL, GIMP_HELP_TOOL_ROTATE,
|
||||
GIMP_STOCK_TOOL_ROTATE,
|
||||
|
|
|
@ -77,7 +77,7 @@ gimp_scale_tool_register (GimpToolRegisterCallback callback,
|
|||
0,
|
||||
"gimp-scale-tool",
|
||||
_("Scale"),
|
||||
_("Scale the layer or selection"),
|
||||
_("Scale Tool: Scale the layer or selection"),
|
||||
N_("_Scale"), "<shift>T",
|
||||
NULL, GIMP_HELP_TOOL_SCALE,
|
||||
GIMP_STOCK_TOOL_SCALE,
|
||||
|
|
|
@ -84,7 +84,7 @@ gimp_shear_tool_register (GimpToolRegisterCallback callback,
|
|||
0,
|
||||
"gimp-shear-tool",
|
||||
_("Shear"),
|
||||
_("Shear the layer or selection"),
|
||||
_("Shear Tool: Shear the layer or selection"),
|
||||
N_("S_hear"), "<shift>S",
|
||||
NULL, GIMP_HELP_TOOL_SHEAR,
|
||||
GIMP_STOCK_TOOL_SHEAR,
|
||||
|
|
|
@ -52,7 +52,7 @@ gimp_smudge_tool_register (GimpToolRegisterCallback callback,
|
|||
GIMP_PAINT_OPTIONS_CONTEXT_MASK,
|
||||
"gimp-smudge-tool",
|
||||
_("Smudge"),
|
||||
_("Smudge image"),
|
||||
_("Smudge Tool: Smudge selectively using a brush"),
|
||||
N_("_Smudge"), "S",
|
||||
NULL, GIMP_HELP_TOOL_SMUDGE,
|
||||
GIMP_STOCK_TOOL_SMUDGE,
|
||||
|
|
|
@ -141,7 +141,7 @@ gimp_text_tool_register (GimpToolRegisterCallback callback,
|
|||
GIMP_CONTEXT_FOREGROUND_MASK | GIMP_CONTEXT_FONT_MASK,
|
||||
"gimp-text-tool",
|
||||
_("Text"),
|
||||
_("Add text to the image"),
|
||||
_("Text Tool: Create or edit text layers"),
|
||||
N_("Te_xt"), "T",
|
||||
NULL, GIMP_HELP_TOOL_TEXT,
|
||||
GIMP_STOCK_TOOL_TEXT,
|
||||
|
|
|
@ -81,7 +81,7 @@ gimp_threshold_tool_register (GimpToolRegisterCallback callback,
|
|||
0,
|
||||
"gimp-threshold-tool",
|
||||
_("Threshold"),
|
||||
_("Reduce image to two colors using a threshold"),
|
||||
_("Threshold Tool: Reduce image to two colors using a threshold"),
|
||||
N_("_Threshold..."), NULL,
|
||||
NULL, GIMP_HELP_TOOL_THRESHOLD,
|
||||
GIMP_STOCK_TOOL_THRESHOLD,
|
||||
|
|
|
@ -156,7 +156,7 @@ gimp_vector_tool_register (GimpToolRegisterCallback callback,
|
|||
0,
|
||||
"gimp-vector-tool",
|
||||
_("Paths"),
|
||||
_("Create and edit paths"),
|
||||
_("Paths Tool: Create and edit paths"),
|
||||
N_("Pat_hs"), "b",
|
||||
NULL, GIMP_HELP_TOOL_PATH,
|
||||
GIMP_STOCK_TOOL_PATH,
|
||||
|
|
Loading…
Reference in New Issue