app/actions/image-actions.c app/dialogs/preferences-dialog.c

2006-09-14  Sven Neumann  <sven@gimp.org>

	* app/actions/image-actions.c
	* app/dialogs/preferences-dialog.c
	* app/tools/gimpvectortool.c
	* app/widgets/gimpcontrollereditor.c:
	* plug-ins/common/autocrop.c
	* plug-ins/common/max_rgb.c: resolved conflicting mnemonics, added
	some new ones (bug ).
This commit is contained in:
Sven Neumann 2006-09-14 08:24:05 +00:00 committed by Sven Neumann
parent 0a61a1d4e5
commit 14d80ba157
8 changed files with 22 additions and 11 deletions

View File

@ -1,3 +1,13 @@
2006-09-14 Sven Neumann <sven@gimp.org>
* app/actions/image-actions.c
* app/dialogs/preferences-dialog.c
* app/tools/gimpvectortool.c
* app/widgets/gimpcontrollereditor.c:
* plug-ins/common/autocrop.c
* plug-ins/common/max_rgb.c: resolved conflicting mnemonics, added
some new ones (bug #355761).
2006-09-14 Jakub Steiner <jimmac@ximian.com>
* themes/.../help-system.png:
@ -78,6 +88,7 @@
gimp_smudge_nonclipped_painthit_coords() to
gimp_smudge_brush_coords ().
>>>>>>> 1.13285
2006-09-13 Sven Neumann <sven@gimp.org>
* app/tools/gimpcroptool.c (gimp_crop_tool_register): removed

View File

@ -65,8 +65,8 @@ static const GimpActionEntry image_actions[] =
{ "colors-menu", NULL, N_("_Colors") },
{ "colors-info-menu", NULL, N_("I_nfo") },
{ "colors-auto-menu", NULL, N_("_Auto") },
{ "colors-map-menu", NULL, N_("Ma_p") },
{ "colors-components-menu", NULL, N_("_Components") },
{ "colors-map-menu", NULL, N_("_Map") },
{ "colors-components-menu", NULL, N_("C_omponents") },
{ "image-new", GTK_STOCK_NEW,
N_("_New..."), "<control>N",
@ -135,7 +135,7 @@ static const GimpActionEntry image_actions[] =
GIMP_HELP_IMAGE_GRID },
{ "image-properties", GTK_STOCK_INFO,
N_("Image Properties"), NULL,
N_("Image Pr_operties"), NULL,
N_("Display information about this image"),
G_CALLBACK (image_properties_cmd_callback),
GIMP_HELP_IMAGE_PROPERTIES }

View File

@ -179,7 +179,7 @@ static const GimpActionEntry layers_actions[] =
GIMP_HELP_LAYER_SCALE },
{ "layers-crop", GIMP_STOCK_TOOL_CROP,
N_("Cr_op Layer"), NULL,
N_("_Crop Layer"), NULL,
N_("Crop the layer to the extents of the selection"),
G_CALLBACK (layers_crop_cmd_callback),
GIMP_HELP_LAYER_CROP },

View File

@ -1983,7 +1983,7 @@ prefs_dialog_new (Gimp *gimp,
table = prefs_table_new (1, GTK_CONTAINER (vbox2));
prefs_enum_combo_box_add (object, "space-bar-action", 0, 0,
_("While space bar is pressed:"),
_("_While space bar is pressed:"),
GTK_TABLE (table), 0, size_group);
/* Mouse Pointers */

View File

@ -157,7 +157,7 @@ gimp_vector_tool_register (GimpToolRegisterCallback callback,
"gimp-vector-tool",
_("Paths"),
_("Create and edit paths"),
N_("_Paths"), "b",
N_("Pat_hs"), "b",
NULL, GIMP_HELP_TOOL_PATH,
GIMP_STOCK_TOOL_PATH,
data);

View File

@ -184,12 +184,12 @@ gimp_controller_editor_constructor (GType type,
gtk_widget_show (entry);
button = gimp_prop_check_button_new (G_OBJECT (info), "debug-events",
_("Dump events from this controller"));
_("_Dump events from this controller"));
gtk_box_pack_start (GTK_BOX (vbox), button, FALSE, FALSE, 0);
gtk_widget_show (button);
button = gimp_prop_check_button_new (G_OBJECT (info), "enabled",
_("Enable this controller"));
_("_Enable this controller"));
gtk_box_pack_start (GTK_BOX (vbox), button, FALSE, FALSE, 0);
gtk_widget_show (button);

View File

@ -86,7 +86,7 @@ query (void)
"Tim Newsome",
"Tim Newsome",
"1997",
N_("_Autocrop Image"),
N_("Autocrop Imag_e"),
"RGB*, GRAY*, INDEXED*",
GIMP_PLUGIN,
G_N_ELEMENTS (args), 0,
@ -100,7 +100,7 @@ query (void)
"Tim Newsome",
"Tim Newsome",
"1997",
N_("_Autocrop Layer"),
N_("Autocrop Lay_er"),
"RGB*, GRAY*, INDEXED*",
GIMP_PLUGIN,
G_N_ELEMENTS (args), 0,

View File

@ -92,7 +92,7 @@ query (void)
"Shuji Narazaki (narazaki@InetQ.or.jp)",
"Shuji Narazaki",
"May 2000",
N_("_Maximum RGB..."),
N_("Ma_ximum RGB..."),
"RGB*",
GIMP_PLUGIN,
G_N_ELEMENTS (args), 0,