mirror of https://github.com/GNOME/gimp.git
Added some tool shortcuts:
2006-02-14 Sven Neumann <sven@gimp.org> Added some tool shortcuts: * app/tools/gimpcroptool.c: Shift+C * app/tools/gimpfuzzyselecttool.c: changed from Z to U. * app/tools/gimpmagnifytool.c: Z. * app/tools/gimpmeasuretool.c: Shift+M.
This commit is contained in:
parent
eaebb24ac9
commit
07eac03044
|
@ -1,3 +1,12 @@
|
|||
2006-02-14 Sven Neumann <sven@gimp.org>
|
||||
|
||||
Added some tool shortcuts:
|
||||
|
||||
* app/tools/gimpcroptool.c: Shift+C
|
||||
* app/tools/gimpfuzzyselecttool.c: changed from Z to U.
|
||||
* app/tools/gimpmagnifytool.c: Z.
|
||||
* app/tools/gimpmeasuretool.c: Shift+M.
|
||||
|
||||
2006-02-14 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* plug-ins/common/despeckle.c (despeckle_median): fixed incorrect
|
||||
|
|
|
@ -95,7 +95,7 @@ gimp_crop_tool_register (GimpToolRegisterCallback callback,
|
|||
"gimp-crop-tool",
|
||||
_("Crop & Resize"),
|
||||
_("Crop or Resize an image"),
|
||||
N_("_Crop & Resize"), NULL,
|
||||
N_("_Crop & Resize"), "<shift>C",
|
||||
NULL, GIMP_HELP_TOOL_CROP,
|
||||
GIMP_STOCK_TOOL_CROP,
|
||||
data);
|
||||
|
|
|
@ -96,7 +96,7 @@ gimp_fuzzy_select_tool_register (GimpToolRegisterCallback callback,
|
|||
"gimp-fuzzy-select-tool",
|
||||
_("Fuzzy Select"),
|
||||
_("Select contiguous regions"),
|
||||
N_("Fu_zzy Select"), "Z",
|
||||
N_("Fu_zzy Select"), "U",
|
||||
NULL, GIMP_HELP_TOOL_FUZZY_SELECT,
|
||||
GIMP_STOCK_TOOL_FUZZY_SELECT,
|
||||
data);
|
||||
|
|
|
@ -91,7 +91,7 @@ gimp_magnify_tool_register (GimpToolRegisterCallback callback,
|
|||
"gimp-magnify-tool",
|
||||
_("Magnify"),
|
||||
_("Zoom in & out"),
|
||||
N_("M_agnify"), NULL,
|
||||
N_("M_agnify"), "Z",
|
||||
NULL, GIMP_HELP_TOOL_ZOOM,
|
||||
GIMP_STOCK_TOOL_ZOOM,
|
||||
data);
|
||||
|
|
|
@ -116,7 +116,7 @@ gimp_measure_tool_register (GimpToolRegisterCallback callback,
|
|||
"gimp-measure-tool",
|
||||
_("Measure"),
|
||||
_("Measure distances and angles"),
|
||||
N_("_Measure"), NULL,
|
||||
N_("_Measure"), "<shift>M",
|
||||
NULL, GIMP_HELP_TOOL_MEASURE,
|
||||
GIMP_STOCK_TOOL_MEASURE,
|
||||
data);
|
||||
|
|
|
@ -96,7 +96,7 @@ gimp_fuzzy_select_tool_register (GimpToolRegisterCallback callback,
|
|||
"gimp-fuzzy-select-tool",
|
||||
_("Fuzzy Select"),
|
||||
_("Select contiguous regions"),
|
||||
N_("Fu_zzy Select"), "Z",
|
||||
N_("Fu_zzy Select"), "U",
|
||||
NULL, GIMP_HELP_TOOL_FUZZY_SELECT,
|
||||
GIMP_STOCK_TOOL_FUZZY_SELECT,
|
||||
data);
|
||||
|
|
Loading…
Reference in New Issue