app/actions/layers-actions.c app/actions/plug-in-actions.c

2005-03-17  Sven Neumann  <sven@gimp.org>

	* app/actions/layers-actions.c
	* app/actions/plug-in-actions.c
	* app/actions/view-actions.c
	* plug-ins/common/compose.c
	* plug-ins/common/dog.c
	* plug-ins/pygimp/plug-ins/py-slice.py
	* plug-ins/script-fu/scripts/i26-gunya2.scm
	* plug-ins/script-fu/scripts/news-text.scm
	* plug-ins/script-fu/scripts/text-circle.scm: applied patch from
	Michael Terry that adds missing mnemonics (bug #106991).
This commit is contained in:
Sven Neumann 2005-03-16 23:56:18 +00:00 committed by Sven Neumann
parent 2c9a2505e5
commit d08584c0c4
10 changed files with 38 additions and 25 deletions

View File

@ -1,3 +1,16 @@
2005-03-17 Sven Neumann <sven@gimp.org>
* app/actions/layers-actions.c
* app/actions/plug-in-actions.c
* app/actions/view-actions.c
* plug-ins/common/compose.c
* plug-ins/common/dog.c
* plug-ins/pygimp/plug-ins/py-slice.py
* plug-ins/script-fu/scripts/i26-gunya2.scm
* plug-ins/script-fu/scripts/news-text.scm
* plug-ins/script-fu/scripts/text-circle.scm: applied patch from
Michael Terry that adds missing mnemonics (bug #106991).
2005-03-16 Sven Neumann <sven@gimp.org>
* app/base/gimphistogram.c: fixed checks for uncalculated histogram.

View File

@ -178,25 +178,25 @@ static GimpActionEntry layers_actions[] =
static GimpToggleActionEntry layers_toggle_actions[] =
{
{ "layers-preserve-transparency", GIMP_STOCK_TRANSPARENCY,
N_("Keep Transparency"), NULL, NULL,
N_("Kee_p Transparency"), NULL, NULL,
G_CALLBACK (layers_preserve_trans_cmd_callback),
FALSE,
GIMP_HELP_LAYER_KEEP_TRANSPARENCY },
{ "layers-mask-edit", GIMP_STOCK_EDIT,
N_("Edit Layer Mask"), NULL, NULL,
N_("_Edit Layer Mask"), NULL, NULL,
G_CALLBACK (layers_mask_edit_cmd_callback),
FALSE,
GIMP_HELP_LAYER_MASK_EDIT },
{ "layers-mask-show", GIMP_STOCK_VISIBLE,
N_("Show Layer Mask"), NULL, NULL,
N_("S_how Layer Mask"), NULL, NULL,
G_CALLBACK (layers_mask_show_cmd_callback),
FALSE,
GIMP_HELP_LAYER_MASK_SHOW },
{ "layers-mask-disable", NULL,
N_("Disable Layer Mask"), NULL, NULL,
N_("_Disable Layer Mask"), NULL, NULL,
G_CALLBACK (layers_mask_disable_cmd_callback),
FALSE,
GIMP_HELP_LAYER_MASK_DISABLE }

View File

@ -82,7 +82,7 @@ static GimpActionEntry plug_in_actions[] =
{ "plug-in-toys-menu", NULL, N_("To_ys") },
{ "plug-in-reset-all", GIMP_STOCK_RESET,
N_("Reset all Filters..."), NULL, NULL,
N_("Reset all _Filters..."), NULL, NULL,
G_CALLBACK (plug_in_reset_all_cmd_callback),
GIMP_HELP_FILTER_RESET_ALL }
};
@ -90,12 +90,12 @@ static GimpActionEntry plug_in_actions[] =
static GimpEnumActionEntry plug_in_repeat_actions[] =
{
{ "plug-in-repeat", GTK_STOCK_EXECUTE,
N_("Repeat Last"), "<control>F", NULL,
N_("Re_peat Last"), "<control>F", NULL,
FALSE, FALSE,
GIMP_HELP_FILTER_REPEAT },
{ "plug-in-reshow", GIMP_STOCK_RESHOW_FILTER,
N_("Re-Show Last"), "<control><shift>F", NULL,
N_("R_e-Show Last"), "<control><shift>F", NULL,
TRUE, FALSE,
GIMP_HELP_FILTER_RESHOW }
};

View File

@ -85,7 +85,7 @@ static GimpActionEntry view_actions[] =
GIMP_HELP_VIEW_ZOOM_FIT_IN },
{ "view-zoom-fit-to", GTK_STOCK_ZOOM_FIT,
N_("Fit Image to Window"), NULL,
N_("Fit Image _to Window"), NULL,
N_("Fit image to window"),
G_CALLBACK (view_zoom_fit_to_cmd_callback),
GIMP_HELP_VIEW_ZOOM_FIT_TO },
@ -248,53 +248,53 @@ static GimpEnumActionEntry view_zoom_actions[] =
static GimpRadioActionEntry view_zoom_explicit_actions[] =
{
{ "view-zoom-16-1", NULL,
N_("16:1 (1600%)"), NULL, NULL,
N_("1_6:1 (1600%)"), NULL, NULL,
160000,
GIMP_HELP_VIEW_ZOOM_IN },
{ "view-zoom-8-1", NULL,
N_("8:1 (800%)"), NULL, NULL,
N_("_8:1 (800%)"), NULL, NULL,
80000,
GIMP_HELP_VIEW_ZOOM_IN },
{ "view-zoom-4-1", NULL,
N_("4:1 (400%)"), NULL, NULL,
N_("_4:1 (400%)"), NULL, NULL,
40000,
GIMP_HELP_VIEW_ZOOM_IN },
{ "view-zoom-2-1", NULL,
N_("2:1 (200%)"), NULL, NULL,
N_("_2:1 (200%)"), NULL, NULL,
20000,
GIMP_HELP_VIEW_ZOOM_IN },
{ "view-zoom-1-1", GTK_STOCK_ZOOM_100,
N_("1:1 (100%)"), "1",
N_("_1:1 (100%)"), "1",
N_("Zoom 1:1"),
10000,
GIMP_HELP_VIEW_ZOOM_100 },
{ "view-zoom-1-2", NULL,
N_("1:2 (50%)"), NULL, NULL,
N_("1:_2 (50%)"), NULL, NULL,
5000,
GIMP_HELP_VIEW_ZOOM_OUT },
{ "view-zoom-1-4", NULL,
N_("1:4 (25%)"), NULL, NULL,
N_("1:_4 (25%)"), NULL, NULL,
2500,
GIMP_HELP_VIEW_ZOOM_OUT },
{ "view-zoom-1-8", NULL,
N_("1:8 (12.5%)"), NULL, NULL,
N_("1:_8 (12.5%)"), NULL, NULL,
1250,
GIMP_HELP_VIEW_ZOOM_OUT },
{ "view-zoom-1-16", NULL,
N_("1:16 (6.25%)"), NULL, NULL,
N_("1:1_6 (6.25%)"), NULL, NULL,
625,
GIMP_HELP_VIEW_ZOOM_OUT },
{ "view-zoom-other", NULL,
N_("O_ther..."), NULL, NULL,
N_("Othe_r..."), NULL, NULL,
0,
GIMP_HELP_VIEW_ZOOM_OTHER }
};
@ -610,7 +610,7 @@ view_actions_set_zoom (GimpActionGroup *group,
{
action = "view-zoom-other";
label = g_strdup_printf (_("Other (%s) ..."), buf);
label = g_strdup_printf (_("Othe_r (%s) ..."), buf);
gimp_action_group_set_action_label (group, action, label);
g_free (label);

View File

@ -343,7 +343,7 @@ query (void)
"Bill Skaggs",
"Bill Skaggs",
"2004",
N_("Recompose"),
N_("R_ecompose"),
"GRAY*",
GIMP_PLUGIN,
G_N_ELEMENTS (recompose_args), 0,

View File

@ -134,7 +134,7 @@ query (void)
"Spencer Kimball, Peter Mattis, Sven Neumann, William Skaggs",
"Spencer Kimball, Peter Mattis, Sven Neumann, William Skaggs",
"1995-2004",
N_("Difference of Gaussians..."),
N_("_Difference of Gaussians..."),
"RGB*, GRAY*",
GIMP_PLUGIN,
G_N_ELEMENTS (args), 0,

View File

@ -214,7 +214,7 @@ register(
"Manish Singh",
"Manish Singh",
"2003",
"<Image>/Filters/Web/Py-Slice...",
"<Image>/Filters/Web/_Py-Slice...",
"*",
[
(PF_STRING, "save_path", "The path to export the HTML to", os.getcwd()),

View File

@ -84,7 +84,7 @@
(script-fu-register "script-fu-i26-gunya2"
_"Imigre-26..."
_"Imigre-_26..."
"Two-colored text by hand"
"Shuji Narazaki"
"Shuji Narazaki"

View File

@ -64,7 +64,7 @@
(gimp-context-pop)))
(script-fu-register "script-fu-newsprint-text"
_"Newsprint Text..."
_"Newsprint Te_xt..."
"Apply a screen to text"
"Austin Donnelly"
"Austin Donnelly"

View File

@ -134,7 +134,7 @@
(gimp-displays-flush)))
(script-fu-register "script-fu-text-circle"
_"Text Circle..."
_"Text C_ircle..."
"Render the specified text along the perimeter of a circle"
"Shuji Narazaki <narazaki@gimp.org>"
"Shuji Narazaki"