cosmetic stuff

--Sven
This commit is contained in:
Sven Neumann 1999-12-14 14:10:34 +00:00
parent 22b8c94feb
commit 73ff9a1757
153 changed files with 449 additions and 374 deletions

View File

@ -1,3 +1,28 @@
Tue Dec 14 15:10:16 CET 1999 Sven Neumann <sven@gimp.org>
* app/blend.c
* app/channels_dialog.c
* app/crop.c
* app/eraser.c
* app/fileops.c
* app/gdisplay.c
* app/global_edit.c
* app/layers_dialog.c
* app/menus.c
* app/plug_in.c
* app/preferences_dialog.c
* app/tool_options.c
* app/transform_tool.c
* plug-ins/common/CML_explorer.c
* plug-ins/gap/gap_frontends_main.c:
Cosmetic stuff: first try to make the use of capital letters in menus
and dialogs consistent. Please watch out for warnings about menus
that don't exist and report them to me.
* plug-ins/gap/sel-to-anim-img.scm
* plug-ins/script-fu/scripts/*.scm: same fix as above and add
dots where appropriate
Mon Dec 13 19:25:39 GMT 1999 Adam D. Moss <adam@gimp.org
* app/tile.c

View File

@ -1270,8 +1270,8 @@ plug_in_set_menu_sensitivity (GimpImageType type)
if (last_plug_in && (last_plug_in == &(proc_def->db_info)))
{
menus_set_sensitive ("<Image>/Filters/Repeat last", sensitive);
menus_set_sensitive ("<Image>/Filters/Re-show last", sensitive);
menus_set_sensitive ("<Image>/Filters/Repeat Last", sensitive);
menus_set_sensitive ("<Image>/Filters/Re-Show Last", sensitive);
}
}
}

View File

@ -262,7 +262,7 @@ blend_options_new ()
(gpointer) FG_BG_HSV_MODE, NULL, NULL },
{ N_("FG to Transparent"), 0, 0, blend_mode_callback,
(gpointer) FG_TRANS_MODE, NULL, NULL },
{ N_("Custom from editor"), 0, 0, blend_mode_callback,
{ N_("Custom from Editor"), 0, 0, blend_mode_callback,
(gpointer) CUSTOM_MODE, NULL, NULL },
{ NULL, 0, 0, NULL, NULL, NULL, NULL }
};
@ -296,9 +296,9 @@ blend_options_new ()
{
{ N_("None"), 0, 0, repeat_type_callback,
(gpointer) REPEAT_NONE, NULL, NULL },
{ N_("Sawtooth wave"), 0, 0, repeat_type_callback,
{ N_("Sawtooth Wave"), 0, 0, repeat_type_callback,
(gpointer) REPEAT_SAWTOOTH, NULL, NULL },
{ N_("Triangular wave"), 0, 0, repeat_type_callback,
{ N_("Triangular Wave"), 0, 0, repeat_type_callback,
(gpointer) REPEAT_TRIANGULAR, NULL, NULL },
{ NULL, 0, 0, NULL, NULL, NULL, NULL }
};
@ -378,7 +378,7 @@ blend_options_new ()
/* supersampling toggle */
options->supersample_w =
gtk_check_button_new_with_label (_("Adaptive supersampling"));
gtk_check_button_new_with_label (_("Adaptive Supersampling"));
gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (options->supersample_w),
options->supersample_d);
gtk_signal_connect (GTK_OBJECT (options->supersample_w), "toggled",

View File

@ -643,8 +643,8 @@ channels_dialog_set_menu_sensitivity (void)
SET_OPS_SENSITIVE (4, aux_sens);
SET_SENSITIVE ("Add to Selection", aux_sens);
SET_SENSITIVE ("Subtract From Selection", aux_sens);
SET_SENSITIVE ("Intersect With Selection", aux_sens);
SET_SENSITIVE ("Subtract from Selection", aux_sens);
SET_SENSITIVE ("Intersect with Selection", aux_sens);
SET_SENSITIVE ("Delete Channel", !fs_sens && aux_sens);
SET_OPS_SENSITIVE (5, !fs_sens && aux_sens);

View File

@ -695,7 +695,7 @@ paste_named_buffer (GDisplay *gdisp)
{
N_("Paste"),
N_("Paste Into"),
N_("Paste As New"),
N_("Paste as New"),
};
static GtkSignalFunc paste_action_functions[] =

View File

@ -262,7 +262,7 @@ blend_options_new ()
(gpointer) FG_BG_HSV_MODE, NULL, NULL },
{ N_("FG to Transparent"), 0, 0, blend_mode_callback,
(gpointer) FG_TRANS_MODE, NULL, NULL },
{ N_("Custom from editor"), 0, 0, blend_mode_callback,
{ N_("Custom from Editor"), 0, 0, blend_mode_callback,
(gpointer) CUSTOM_MODE, NULL, NULL },
{ NULL, 0, 0, NULL, NULL, NULL, NULL }
};
@ -296,9 +296,9 @@ blend_options_new ()
{
{ N_("None"), 0, 0, repeat_type_callback,
(gpointer) REPEAT_NONE, NULL, NULL },
{ N_("Sawtooth wave"), 0, 0, repeat_type_callback,
{ N_("Sawtooth Wave"), 0, 0, repeat_type_callback,
(gpointer) REPEAT_SAWTOOTH, NULL, NULL },
{ N_("Triangular wave"), 0, 0, repeat_type_callback,
{ N_("Triangular Wave"), 0, 0, repeat_type_callback,
(gpointer) REPEAT_TRIANGULAR, NULL, NULL },
{ NULL, 0, 0, NULL, NULL, NULL, NULL }
};
@ -378,7 +378,7 @@ blend_options_new ()
/* supersampling toggle */
options->supersample_w =
gtk_check_button_new_with_label (_("Adaptive supersampling"));
gtk_check_button_new_with_label (_("Adaptive Supersampling"));
gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (options->supersample_w),
options->supersample_d);
gtk_signal_connect (GTK_OBJECT (options->supersample_w), "toggled",

View File

@ -695,7 +695,7 @@ paste_named_buffer (GDisplay *gdisp)
{
N_("Paste"),
N_("Paste Into"),
N_("Paste As New"),
N_("Paste as New"),
};
static GtkSignalFunc paste_action_functions[] =

View File

@ -1637,7 +1637,7 @@ gdisplay_set_menu_sensitivity (GDisplay *gdisp)
menus_set_state ("<Image>/" menu, (condition) != 0)
SET_SENSITIVE ("File/Save", gdisp);
SET_SENSITIVE ("File/Save as...", gdisp);
SET_SENSITIVE ("File/Save As...", gdisp);
SET_SENSITIVE ("File/Revert", gdisp);
SET_SENSITIVE ("File/Close", gdisp);
@ -1651,7 +1651,7 @@ gdisplay_set_menu_sensitivity (GDisplay *gdisp)
SET_SENSITIVE ("Edit/Copy", lp);
SET_SENSITIVE ("Edit/Paste", lp);
SET_SENSITIVE ("Edit/Paste Into", lp);
SET_SENSITIVE ("Edit/Paste As New", lp);
SET_SENSITIVE ("Edit/Paste as New", lp);
SET_SENSITIVE ("Edit/Buffer/Cut Named...", lp);
SET_SENSITIVE ("Edit/Buffer/Copy Named...", lp);
SET_SENSITIVE ("Edit/Buffer/Paste Named...", lp);
@ -1661,7 +1661,7 @@ gdisplay_set_menu_sensitivity (GDisplay *gdisp)
}
SET_SENSITIVE ("Select", gdisp && lp);
SET_SENSITIVE ("Select/Save To Channel", !fs);
SET_SENSITIVE ("Select/Save to Channel", !fs);
SET_SENSITIVE ("View", gdisp);
SET_SENSITIVE ("View/Zoom", gdisp);
@ -1671,10 +1671,10 @@ gdisplay_set_menu_sensitivity (GDisplay *gdisp)
SET_STATE ("View/Toggle Rulers",
GTK_WIDGET_VISIBLE (gdisp->origin) ? 1 : 0);
SET_STATE ("View/Toggle Guides", gdisp->draw_guides);
SET_STATE ("View/Snap To Guides", gdisp->snap_to_guides);
SET_STATE ("View/Snap to Guides", gdisp->snap_to_guides);
SET_STATE ("View/Toggle Statusbar",
GTK_WIDGET_VISIBLE (gdisp->statusarea) ? 1 : 0);
SET_STATE ("View/Dot for dot", gdisp->dot_for_dot);
SET_STATE ("View/Dot for Dot", gdisp->dot_for_dot);
}
SET_SENSITIVE ("Image", gdisp);
@ -1730,8 +1730,8 @@ gdisplay_set_menu_sensitivity (GDisplay *gdisp)
SET_SENSITIVE ("Layers/Anchor Layer", gdisp && fs && !aux && lp);
SET_SENSITIVE ("Layers/Merge Visible Layers...", gdisp && !fs && !aux && lp);
SET_SENSITIVE ("Layers/Flatten Image", gdisp && !fs && !aux && lp);
SET_SENSITIVE ("Layers/Alpha To Selection", gdisp && !aux && lp && alpha);
SET_SENSITIVE ("Layers/Mask To Selection", gdisp && !aux && lm && lp);
SET_SENSITIVE ("Layers/Alpha to Selection", gdisp && !aux && lp && alpha);
SET_SENSITIVE ("Layers/Mask to Selection", gdisp && !aux && lm && lp);
SET_SENSITIVE ("Layers/Add Alpha Channel",
gdisp && !fs && !aux && lp && !lm && !alpha);

View File

@ -383,7 +383,7 @@ selection_options_init (SelectionOptions *options,
GtkWidget *height_spinbutton;
options->fixed_size_w =
gtk_check_button_new_with_label (_("Fixed size / aspect ratio"));
gtk_check_button_new_with_label (_("Fixed Size / Aspect Ratio"));
gtk_box_pack_start (GTK_BOX (vbox), options->fixed_size_w,
FALSE, FALSE, 0);
gtk_signal_connect (GTK_OBJECT (options->fixed_size_w), "toggled",
@ -780,7 +780,7 @@ paint_pressure_options_new (ToolType tool_type)
case PAINTBRUSH:
case PENCIL:
case SMUDGE:
frame = gtk_frame_new (_("Pressure sensitivity"));
frame = gtk_frame_new (_("Pressure Sensitivity"));
hbox = gtk_hbox_new (FALSE, 2);
gtk_container_add (GTK_CONTAINER (frame), hbox);
gtk_widget_show (hbox);

View File

@ -185,7 +185,7 @@ crop_options_new (void)
/* layer toggle */
options->layer_only_w =
gtk_check_button_new_with_label(_("Current layer only"));
gtk_check_button_new_with_label(_("Current Layer Only"));
gtk_box_pack_start (GTK_BOX (vbox), options->layer_only_w,
FALSE, FALSE, 0);
gtk_signal_connect (GTK_OBJECT (options->layer_only_w), "toggled",

View File

@ -1986,7 +1986,7 @@ file_pref_cmd_callback (GtkWidget *widget,
gtk_box_pack_start (GTK_BOX (vbox2), hbox, FALSE, FALSE, 0);
gtk_widget_show (hbox);
button = gtk_button_new_with_label (_("Clear Saved Window Positions"));
button = gtk_button_new_with_label (_("Clear Saved Window Positions Now"));
gtk_box_pack_start (GTK_BOX (hbox), button, FALSE, FALSE, 0);
gtk_signal_connect (GTK_OBJECT (button), "clicked",
GTK_SIGNAL_FUNC (file_prefs_clear_session_info_callback),

View File

@ -1637,7 +1637,7 @@ gdisplay_set_menu_sensitivity (GDisplay *gdisp)
menus_set_state ("<Image>/" menu, (condition) != 0)
SET_SENSITIVE ("File/Save", gdisp);
SET_SENSITIVE ("File/Save as...", gdisp);
SET_SENSITIVE ("File/Save As...", gdisp);
SET_SENSITIVE ("File/Revert", gdisp);
SET_SENSITIVE ("File/Close", gdisp);
@ -1651,7 +1651,7 @@ gdisplay_set_menu_sensitivity (GDisplay *gdisp)
SET_SENSITIVE ("Edit/Copy", lp);
SET_SENSITIVE ("Edit/Paste", lp);
SET_SENSITIVE ("Edit/Paste Into", lp);
SET_SENSITIVE ("Edit/Paste As New", lp);
SET_SENSITIVE ("Edit/Paste as New", lp);
SET_SENSITIVE ("Edit/Buffer/Cut Named...", lp);
SET_SENSITIVE ("Edit/Buffer/Copy Named...", lp);
SET_SENSITIVE ("Edit/Buffer/Paste Named...", lp);
@ -1661,7 +1661,7 @@ gdisplay_set_menu_sensitivity (GDisplay *gdisp)
}
SET_SENSITIVE ("Select", gdisp && lp);
SET_SENSITIVE ("Select/Save To Channel", !fs);
SET_SENSITIVE ("Select/Save to Channel", !fs);
SET_SENSITIVE ("View", gdisp);
SET_SENSITIVE ("View/Zoom", gdisp);
@ -1671,10 +1671,10 @@ gdisplay_set_menu_sensitivity (GDisplay *gdisp)
SET_STATE ("View/Toggle Rulers",
GTK_WIDGET_VISIBLE (gdisp->origin) ? 1 : 0);
SET_STATE ("View/Toggle Guides", gdisp->draw_guides);
SET_STATE ("View/Snap To Guides", gdisp->snap_to_guides);
SET_STATE ("View/Snap to Guides", gdisp->snap_to_guides);
SET_STATE ("View/Toggle Statusbar",
GTK_WIDGET_VISIBLE (gdisp->statusarea) ? 1 : 0);
SET_STATE ("View/Dot for dot", gdisp->dot_for_dot);
SET_STATE ("View/Dot for Dot", gdisp->dot_for_dot);
}
SET_SENSITIVE ("Image", gdisp);
@ -1730,8 +1730,8 @@ gdisplay_set_menu_sensitivity (GDisplay *gdisp)
SET_SENSITIVE ("Layers/Anchor Layer", gdisp && fs && !aux && lp);
SET_SENSITIVE ("Layers/Merge Visible Layers...", gdisp && !fs && !aux && lp);
SET_SENSITIVE ("Layers/Flatten Image", gdisp && !fs && !aux && lp);
SET_SENSITIVE ("Layers/Alpha To Selection", gdisp && !aux && lp && alpha);
SET_SENSITIVE ("Layers/Mask To Selection", gdisp && !aux && lm && lp);
SET_SENSITIVE ("Layers/Alpha to Selection", gdisp && !aux && lp && alpha);
SET_SENSITIVE ("Layers/Mask to Selection", gdisp && !aux && lm && lp);
SET_SENSITIVE ("Layers/Add Alpha Channel",
gdisp && !fs && !aux && lp && !lm && !alpha);

View File

@ -104,7 +104,7 @@ eraser_options_new (void)
vbox = ((ToolOptions *) options)->main_vbox;
/* the hard toggle */
options->hard_w = gtk_check_button_new_with_label (_("Hard edge"));
options->hard_w = gtk_check_button_new_with_label (_("Hard Edge"));
gtk_box_pack_start (GTK_BOX (vbox), options->hard_w, FALSE, FALSE, 0);
gtk_signal_connect (GTK_OBJECT (options->hard_w), "toggled",
(GtkSignalFunc) tool_options_toggle_update,
@ -114,7 +114,7 @@ eraser_options_new (void)
gtk_widget_show (options->hard_w);
/* the anti_erase toggle */
options->anti_erase_w = gtk_check_button_new_with_label (_("Anti erase"));
options->anti_erase_w = gtk_check_button_new_with_label (_("Anti Erase"));
gtk_box_pack_start (GTK_BOX (vbox), options->anti_erase_w, FALSE, FALSE, 0);
gtk_signal_connect (GTK_OBJECT (options->anti_erase_w), "toggled",
(GtkSignalFunc) tool_options_toggle_update,

View File

@ -1641,7 +1641,7 @@ file_dialog_show (GtkWidget *filesel)
menus_set_sensitive ("<Toolbox>/File/Open...", FALSE);
menus_set_sensitive ("<Image>/File/Open...", FALSE);
menus_set_sensitive ("<Image>/File/Save", FALSE);
menus_set_sensitive ("<Image>/File/Save as...", FALSE);
menus_set_sensitive ("<Image>/File/Save As...", FALSE);
gtk_widget_show (filesel);
}
@ -1657,7 +1657,7 @@ file_dialog_hide (GtkWidget *filesel)
if (gdisplay_active ())
{
menus_set_sensitive ("<Image>/File/Save", TRUE);
menus_set_sensitive ("<Image>/File/Save as...", TRUE);
menus_set_sensitive ("<Image>/File/Save As...", TRUE);
}
return TRUE;

View File

@ -1637,7 +1637,7 @@ gdisplay_set_menu_sensitivity (GDisplay *gdisp)
menus_set_state ("<Image>/" menu, (condition) != 0)
SET_SENSITIVE ("File/Save", gdisp);
SET_SENSITIVE ("File/Save as...", gdisp);
SET_SENSITIVE ("File/Save As...", gdisp);
SET_SENSITIVE ("File/Revert", gdisp);
SET_SENSITIVE ("File/Close", gdisp);
@ -1651,7 +1651,7 @@ gdisplay_set_menu_sensitivity (GDisplay *gdisp)
SET_SENSITIVE ("Edit/Copy", lp);
SET_SENSITIVE ("Edit/Paste", lp);
SET_SENSITIVE ("Edit/Paste Into", lp);
SET_SENSITIVE ("Edit/Paste As New", lp);
SET_SENSITIVE ("Edit/Paste as New", lp);
SET_SENSITIVE ("Edit/Buffer/Cut Named...", lp);
SET_SENSITIVE ("Edit/Buffer/Copy Named...", lp);
SET_SENSITIVE ("Edit/Buffer/Paste Named...", lp);
@ -1661,7 +1661,7 @@ gdisplay_set_menu_sensitivity (GDisplay *gdisp)
}
SET_SENSITIVE ("Select", gdisp && lp);
SET_SENSITIVE ("Select/Save To Channel", !fs);
SET_SENSITIVE ("Select/Save to Channel", !fs);
SET_SENSITIVE ("View", gdisp);
SET_SENSITIVE ("View/Zoom", gdisp);
@ -1671,10 +1671,10 @@ gdisplay_set_menu_sensitivity (GDisplay *gdisp)
SET_STATE ("View/Toggle Rulers",
GTK_WIDGET_VISIBLE (gdisp->origin) ? 1 : 0);
SET_STATE ("View/Toggle Guides", gdisp->draw_guides);
SET_STATE ("View/Snap To Guides", gdisp->snap_to_guides);
SET_STATE ("View/Snap to Guides", gdisp->snap_to_guides);
SET_STATE ("View/Toggle Statusbar",
GTK_WIDGET_VISIBLE (gdisp->statusarea) ? 1 : 0);
SET_STATE ("View/Dot for dot", gdisp->dot_for_dot);
SET_STATE ("View/Dot for Dot", gdisp->dot_for_dot);
}
SET_SENSITIVE ("Image", gdisp);
@ -1730,8 +1730,8 @@ gdisplay_set_menu_sensitivity (GDisplay *gdisp)
SET_SENSITIVE ("Layers/Anchor Layer", gdisp && fs && !aux && lp);
SET_SENSITIVE ("Layers/Merge Visible Layers...", gdisp && !fs && !aux && lp);
SET_SENSITIVE ("Layers/Flatten Image", gdisp && !fs && !aux && lp);
SET_SENSITIVE ("Layers/Alpha To Selection", gdisp && !aux && lp && alpha);
SET_SENSITIVE ("Layers/Mask To Selection", gdisp && !aux && lm && lp);
SET_SENSITIVE ("Layers/Alpha to Selection", gdisp && !aux && lp && alpha);
SET_SENSITIVE ("Layers/Mask to Selection", gdisp && !aux && lm && lp);
SET_SENSITIVE ("Layers/Add Alpha Channel",
gdisp && !fs && !aux && lp && !lm && !alpha);

View File

@ -695,7 +695,7 @@ paste_named_buffer (GDisplay *gdisp)
{
N_("Paste"),
N_("Paste Into"),
N_("Paste As New"),
N_("Paste as New"),
};
static GtkSignalFunc paste_action_functions[] =

View File

@ -643,8 +643,8 @@ channels_dialog_set_menu_sensitivity (void)
SET_OPS_SENSITIVE (4, aux_sens);
SET_SENSITIVE ("Add to Selection", aux_sens);
SET_SENSITIVE ("Subtract From Selection", aux_sens);
SET_SENSITIVE ("Intersect With Selection", aux_sens);
SET_SENSITIVE ("Subtract from Selection", aux_sens);
SET_SENSITIVE ("Intersect with Selection", aux_sens);
SET_SENSITIVE ("Delete Channel", !fs_sens && aux_sens);
SET_OPS_SENSITIVE (5, !fs_sens && aux_sens);

View File

@ -1048,7 +1048,7 @@ layers_dialog_set_menu_sensitivity (void)
SET_OPS_SENSITIVE (5, ac && gimage && lp);
SET_SENSITIVE ("Layer Boundary Size...", ac && gimage && lp);
SET_SENSITIVE ("Resize to Image", ac && gimage && lp);
SET_SENSITIVE ("Layer to Imagesize", ac && gimage && lp);
SET_SENSITIVE ("Scale Layer...", ac && gimage && lp);
SET_SENSITIVE ("Merge Visible Layers...", fs && ac && gimage && lp);

View File

@ -90,7 +90,7 @@ static gchar G_GNUC_UNUSED *dummy_entries[] =
N_("/Xtns/Script-Fu"),
N_("/Xtns/Script-Fu/Logos"),
N_("/Xtns/Script-Fu/Patterns"),
N_("/Xtns/Script-Fu/Web page themes"),
N_("/Xtns/Script-Fu/Web Page Themes"),
N_("/Xtns/Script-Fu/Utils"),
N_("/Xtns/Script-Fu/Buttons"),
N_("/Xtns/Script-Fu/Make Brush"),
@ -215,7 +215,7 @@ static GimpItemFactoryEntry toolbox_entries[] =
"help/dialogs/help.html", NULL },
{ { N_("/Help/Context Help..."), "<shift>F1", help_context_help_cmd_callback, 0 },
"help/context_help.html", NULL },
{ { N_("/Help/Tip of the day..."), NULL, help_tips_cmd_callback, 0 },
{ { N_("/Help/Tip of the Day..."), NULL, help_tips_cmd_callback, 0 },
"help/dialogs/tip_of_the_day.html", NULL },
{ { N_("/Help/About..."), NULL, help_about_cmd_callback, 0 },
"help/dialogs/about.html", NULL },
@ -243,7 +243,7 @@ static GimpItemFactoryEntry image_entries[] =
"file/open/dialogs/file_open.html", NULL },
{ { N_("/File/Save"), "<control>S", file_save_cmd_callback, 0 },
"file/save/dialogs/file_save.html", NULL },
{ { N_("/File/Save as..."), NULL, file_save_as_cmd_callback, 0 },
{ { N_("/File/Save As..."), NULL, file_save_as_cmd_callback, 0 },
"file/save/dialogs/file_save.html", NULL },
{ { N_("/File/Revert"), NULL, file_revert_cmd_callback, 0 },
"file/revert.html", NULL },
@ -277,7 +277,7 @@ static GimpItemFactoryEntry image_entries[] =
"edit/paste.html", NULL },
{ { N_("/Edit/Paste Into"), NULL, edit_paste_into_cmd_callback, 0 },
"edit/paste_into.html", NULL },
{ { N_("/Edit/Paste As New"), NULL, edit_paste_as_new_cmd_callback, 0 },
{ { N_("/Edit/Paste as New"), NULL, edit_paste_as_new_cmd_callback, 0 },
"edit/paste_as_new.html", NULL },
/* <Image>/Edit/Buffer */
@ -331,7 +331,7 @@ static GimpItemFactoryEntry image_entries[] =
{ { "/Select/---", NULL, NULL, 0, "<Separator>" },
NULL, NULL },
{ { N_("/Select/Save To Channel"), NULL, select_save_cmd_callback, 0 },
{ { N_("/Select/Save to Channel"), NULL, select_save_cmd_callback, 0 },
"select/save_to_channel.html", NULL },
/* <Image>/View */
@ -366,7 +366,7 @@ static GimpItemFactoryEntry image_entries[] =
{ { N_("/View/Zoom/1:16"), NULL, view_zoom_1_16_cmd_callback, 0 },
"view/zoom.html", NULL },
{ { N_("/View/Dot for dot"), NULL, view_dot_for_dot_cmd_callback, 0, "<ToggleItem>" },
{ { N_("/View/Dot for Dot"), NULL, view_dot_for_dot_cmd_callback, 0, "<ToggleItem>" },
"view/dot_for_dot.html", NULL },
{ { "/View/---", NULL, NULL, 0, "<Separator>" },
@ -375,7 +375,7 @@ static GimpItemFactoryEntry image_entries[] =
"view/dialogs/info_window.html", NULL },
{ { N_("/View/Nav. Window..."), "<control><shift>N", view_nav_window_cmd_callback, 0 },
"view/dialogs/navigation_window.html", NULL },
{ { N_("/View/Undo history..."), NULL, view_undo_history_cmd_callback, 0},
{ { N_("/View/Undo History..."), NULL, view_undo_history_cmd_callback, 0},
"view/dialogs/undo_history.html", NULL },
{ { "/View/---", NULL, NULL, 0, "<Separator>" },
@ -388,7 +388,7 @@ static GimpItemFactoryEntry image_entries[] =
"view/toggle_statusbar.html", NULL },
{ { N_("/View/Toggle Guides"), "<control><shift>T", view_toggle_guides_cmd_callback, 0, "<ToggleItem>" },
"view/toggle_guides.html", NULL },
{ { N_("/View/Snap To Guides"), NULL, view_snap_to_guides_cmd_callback, 0, "<ToggleItem>" },
{ { N_("/View/Snap to Guides"), NULL, view_snap_to_guides_cmd_callback, 0, "<ToggleItem>" },
"view/snap_to_guides.html", NULL },
{ { "/View/---", NULL, NULL, 0, "<Separator>" },
@ -506,7 +506,7 @@ static GimpItemFactoryEntry image_entries[] =
{ { N_("/Layers/Rotate"), NULL, NULL, 0, "<Branch>" },
NULL, NULL },
{ { N_("/Layers/Resize to Image"), NULL, layers_resize_to_image_cmd_callback, 0 },
{ { N_("/Layers/Layer to Imagesize"), NULL, layers_resize_to_image_cmd_callback, 0 },
"layers/resize_to_image.html", NULL },
{ { "/Layers/---", NULL, NULL, 0, "<Separator>" },
@ -520,14 +520,14 @@ static GimpItemFactoryEntry image_entries[] =
{ { "/Layers/---", NULL, NULL, 0, "<Separator>" },
NULL, NULL },
{ { N_("/Layers/Mask To Selection"), NULL, layers_mask_select_cmd_callback, 0 },
{ { N_("/Layers/Mask to Selection"), NULL, layers_mask_select_cmd_callback, 0 },
"layers/mask_to_selection.html", NULL },
{ { "/Layers/---", NULL, NULL, 0, "<Separator>" },
NULL, NULL },
{ { N_("/Layers/Add Alpha Channel"), NULL, layers_add_alpha_channel_cmd_callback, 0 },
"layers/add_alpha_channel.html", NULL },
{ { N_("/Layers/Alpha To Selection"), NULL, layers_alpha_select_cmd_callback, 0 },
{ { N_("/Layers/Alpha to Selection"), NULL, layers_alpha_select_cmd_callback, 0 },
"layers/alpha_to_selection.html", NULL },
{ { "/Layers/---", NULL, NULL, 0, "<Separator>" },
@ -551,9 +551,9 @@ static GimpItemFactoryEntry image_entries[] =
{ { N_("/Filters"), NULL, NULL, 0, "<Branch>" },
NULL, NULL },
{ { N_("/Filters/Repeat last"), "<alt>F", filters_repeat_cmd_callback, 0x0 },
{ { N_("/Filters/Repeat Last"), "<alt>F", filters_repeat_cmd_callback, 0x0 },
"filters/repeat_last.html", NULL },
{ { N_("/Filters/Re-show last"), "<alt><shift>F", filters_repeat_cmd_callback, 0x1 },
{ { N_("/Filters/Re-Show Last"), "<alt><shift>F", filters_repeat_cmd_callback, 0x1 },
"filters/reshow_last.html", NULL },
{ { "/Filters/---", NULL, NULL, 0, "<Separator>" },
@ -715,7 +715,7 @@ static GimpItemFactoryEntry layers_entries[] =
NULL, NULL },
{ { N_("/Layer Boundary Size..."), "<control>R", layers_dialog_resize_layer_callback, 0 },
"dialogs/resize_layer.html", NULL },
{ { N_("/Resize to Image"), NULL, layers_dialog_resize_to_image_callback, 0 },
{ { N_("/Layer to Imagesize"), NULL, layers_dialog_resize_to_image_callback, 0 },
"resize_to_image.html", NULL },
{ { N_("/Scale Layer..."), "<control>S", layers_dialog_scale_layer_callback, 0 },
"dialogs/scale_layer.html", NULL },
@ -768,9 +768,9 @@ static GimpItemFactoryEntry channels_entries[] =
"channel_to_selection.html", NULL },
{ { N_("/Add to Selection"), NULL, channels_dialog_add_channel_to_sel_callback, 0 },
"channel_to_selection.html#add", NULL },
{ { N_("/Subtract From Selection"), NULL, channels_dialog_sub_channel_from_sel_callback, 0 },
{ { N_("/Subtract from Selection"), NULL, channels_dialog_sub_channel_from_sel_callback, 0 },
"channel_to_selection.html#subtract", NULL },
{ { N_("/Intersect With Selection"), NULL, channels_dialog_sub_channel_from_sel_callback, 0 },
{ { N_("/Intersect with Selection"), NULL, channels_dialog_sub_channel_from_sel_callback, 0 },
"channel_to_selection.html#intersect", NULL },
{ { "/---", NULL, NULL, 0, "<Separator>" },

View File

@ -1270,8 +1270,8 @@ plug_in_set_menu_sensitivity (GimpImageType type)
if (last_plug_in && (last_plug_in == &(proc_def->db_info)))
{
menus_set_sensitive ("<Image>/Filters/Repeat last", sensitive);
menus_set_sensitive ("<Image>/Filters/Re-show last", sensitive);
menus_set_sensitive ("<Image>/Filters/Repeat Last", sensitive);
menus_set_sensitive ("<Image>/Filters/Re-Show Last", sensitive);
}
}
}

View File

@ -1270,8 +1270,8 @@ plug_in_set_menu_sensitivity (GimpImageType type)
if (last_plug_in && (last_plug_in == &(proc_def->db_info)))
{
menus_set_sensitive ("<Image>/Filters/Repeat last", sensitive);
menus_set_sensitive ("<Image>/Filters/Re-show last", sensitive);
menus_set_sensitive ("<Image>/Filters/Repeat Last", sensitive);
menus_set_sensitive ("<Image>/Filters/Re-Show Last", sensitive);
}
}
}

View File

@ -1986,7 +1986,7 @@ file_pref_cmd_callback (GtkWidget *widget,
gtk_box_pack_start (GTK_BOX (vbox2), hbox, FALSE, FALSE, 0);
gtk_widget_show (hbox);
button = gtk_button_new_with_label (_("Clear Saved Window Positions"));
button = gtk_button_new_with_label (_("Clear Saved Window Positions Now"));
gtk_box_pack_start (GTK_BOX (hbox), button, FALSE, FALSE, 0);
gtk_signal_connect (GTK_OBJECT (button), "clicked",
GTK_SIGNAL_FUNC (file_prefs_clear_session_info_callback),

View File

@ -1048,7 +1048,7 @@ layers_dialog_set_menu_sensitivity (void)
SET_OPS_SENSITIVE (5, ac && gimage && lp);
SET_SENSITIVE ("Layer Boundary Size...", ac && gimage && lp);
SET_SENSITIVE ("Resize to Image", ac && gimage && lp);
SET_SENSITIVE ("Layer to Imagesize", ac && gimage && lp);
SET_SENSITIVE ("Scale Layer...", ac && gimage && lp);
SET_SENSITIVE ("Merge Visible Layers...", fs && ac && gimage && lp);

View File

@ -90,7 +90,7 @@ static gchar G_GNUC_UNUSED *dummy_entries[] =
N_("/Xtns/Script-Fu"),
N_("/Xtns/Script-Fu/Logos"),
N_("/Xtns/Script-Fu/Patterns"),
N_("/Xtns/Script-Fu/Web page themes"),
N_("/Xtns/Script-Fu/Web Page Themes"),
N_("/Xtns/Script-Fu/Utils"),
N_("/Xtns/Script-Fu/Buttons"),
N_("/Xtns/Script-Fu/Make Brush"),
@ -215,7 +215,7 @@ static GimpItemFactoryEntry toolbox_entries[] =
"help/dialogs/help.html", NULL },
{ { N_("/Help/Context Help..."), "<shift>F1", help_context_help_cmd_callback, 0 },
"help/context_help.html", NULL },
{ { N_("/Help/Tip of the day..."), NULL, help_tips_cmd_callback, 0 },
{ { N_("/Help/Tip of the Day..."), NULL, help_tips_cmd_callback, 0 },
"help/dialogs/tip_of_the_day.html", NULL },
{ { N_("/Help/About..."), NULL, help_about_cmd_callback, 0 },
"help/dialogs/about.html", NULL },
@ -243,7 +243,7 @@ static GimpItemFactoryEntry image_entries[] =
"file/open/dialogs/file_open.html", NULL },
{ { N_("/File/Save"), "<control>S", file_save_cmd_callback, 0 },
"file/save/dialogs/file_save.html", NULL },
{ { N_("/File/Save as..."), NULL, file_save_as_cmd_callback, 0 },
{ { N_("/File/Save As..."), NULL, file_save_as_cmd_callback, 0 },
"file/save/dialogs/file_save.html", NULL },
{ { N_("/File/Revert"), NULL, file_revert_cmd_callback, 0 },
"file/revert.html", NULL },
@ -277,7 +277,7 @@ static GimpItemFactoryEntry image_entries[] =
"edit/paste.html", NULL },
{ { N_("/Edit/Paste Into"), NULL, edit_paste_into_cmd_callback, 0 },
"edit/paste_into.html", NULL },
{ { N_("/Edit/Paste As New"), NULL, edit_paste_as_new_cmd_callback, 0 },
{ { N_("/Edit/Paste as New"), NULL, edit_paste_as_new_cmd_callback, 0 },
"edit/paste_as_new.html", NULL },
/* <Image>/Edit/Buffer */
@ -331,7 +331,7 @@ static GimpItemFactoryEntry image_entries[] =
{ { "/Select/---", NULL, NULL, 0, "<Separator>" },
NULL, NULL },
{ { N_("/Select/Save To Channel"), NULL, select_save_cmd_callback, 0 },
{ { N_("/Select/Save to Channel"), NULL, select_save_cmd_callback, 0 },
"select/save_to_channel.html", NULL },
/* <Image>/View */
@ -366,7 +366,7 @@ static GimpItemFactoryEntry image_entries[] =
{ { N_("/View/Zoom/1:16"), NULL, view_zoom_1_16_cmd_callback, 0 },
"view/zoom.html", NULL },
{ { N_("/View/Dot for dot"), NULL, view_dot_for_dot_cmd_callback, 0, "<ToggleItem>" },
{ { N_("/View/Dot for Dot"), NULL, view_dot_for_dot_cmd_callback, 0, "<ToggleItem>" },
"view/dot_for_dot.html", NULL },
{ { "/View/---", NULL, NULL, 0, "<Separator>" },
@ -375,7 +375,7 @@ static GimpItemFactoryEntry image_entries[] =
"view/dialogs/info_window.html", NULL },
{ { N_("/View/Nav. Window..."), "<control><shift>N", view_nav_window_cmd_callback, 0 },
"view/dialogs/navigation_window.html", NULL },
{ { N_("/View/Undo history..."), NULL, view_undo_history_cmd_callback, 0},
{ { N_("/View/Undo History..."), NULL, view_undo_history_cmd_callback, 0},
"view/dialogs/undo_history.html", NULL },
{ { "/View/---", NULL, NULL, 0, "<Separator>" },
@ -388,7 +388,7 @@ static GimpItemFactoryEntry image_entries[] =
"view/toggle_statusbar.html", NULL },
{ { N_("/View/Toggle Guides"), "<control><shift>T", view_toggle_guides_cmd_callback, 0, "<ToggleItem>" },
"view/toggle_guides.html", NULL },
{ { N_("/View/Snap To Guides"), NULL, view_snap_to_guides_cmd_callback, 0, "<ToggleItem>" },
{ { N_("/View/Snap to Guides"), NULL, view_snap_to_guides_cmd_callback, 0, "<ToggleItem>" },
"view/snap_to_guides.html", NULL },
{ { "/View/---", NULL, NULL, 0, "<Separator>" },
@ -506,7 +506,7 @@ static GimpItemFactoryEntry image_entries[] =
{ { N_("/Layers/Rotate"), NULL, NULL, 0, "<Branch>" },
NULL, NULL },
{ { N_("/Layers/Resize to Image"), NULL, layers_resize_to_image_cmd_callback, 0 },
{ { N_("/Layers/Layer to Imagesize"), NULL, layers_resize_to_image_cmd_callback, 0 },
"layers/resize_to_image.html", NULL },
{ { "/Layers/---", NULL, NULL, 0, "<Separator>" },
@ -520,14 +520,14 @@ static GimpItemFactoryEntry image_entries[] =
{ { "/Layers/---", NULL, NULL, 0, "<Separator>" },
NULL, NULL },
{ { N_("/Layers/Mask To Selection"), NULL, layers_mask_select_cmd_callback, 0 },
{ { N_("/Layers/Mask to Selection"), NULL, layers_mask_select_cmd_callback, 0 },
"layers/mask_to_selection.html", NULL },
{ { "/Layers/---", NULL, NULL, 0, "<Separator>" },
NULL, NULL },
{ { N_("/Layers/Add Alpha Channel"), NULL, layers_add_alpha_channel_cmd_callback, 0 },
"layers/add_alpha_channel.html", NULL },
{ { N_("/Layers/Alpha To Selection"), NULL, layers_alpha_select_cmd_callback, 0 },
{ { N_("/Layers/Alpha to Selection"), NULL, layers_alpha_select_cmd_callback, 0 },
"layers/alpha_to_selection.html", NULL },
{ { "/Layers/---", NULL, NULL, 0, "<Separator>" },
@ -551,9 +551,9 @@ static GimpItemFactoryEntry image_entries[] =
{ { N_("/Filters"), NULL, NULL, 0, "<Branch>" },
NULL, NULL },
{ { N_("/Filters/Repeat last"), "<alt>F", filters_repeat_cmd_callback, 0x0 },
{ { N_("/Filters/Repeat Last"), "<alt>F", filters_repeat_cmd_callback, 0x0 },
"filters/repeat_last.html", NULL },
{ { N_("/Filters/Re-show last"), "<alt><shift>F", filters_repeat_cmd_callback, 0x1 },
{ { N_("/Filters/Re-Show Last"), "<alt><shift>F", filters_repeat_cmd_callback, 0x1 },
"filters/reshow_last.html", NULL },
{ { "/Filters/---", NULL, NULL, 0, "<Separator>" },
@ -715,7 +715,7 @@ static GimpItemFactoryEntry layers_entries[] =
NULL, NULL },
{ { N_("/Layer Boundary Size..."), "<control>R", layers_dialog_resize_layer_callback, 0 },
"dialogs/resize_layer.html", NULL },
{ { N_("/Resize to Image"), NULL, layers_dialog_resize_to_image_callback, 0 },
{ { N_("/Layer to Imagesize"), NULL, layers_dialog_resize_to_image_callback, 0 },
"resize_to_image.html", NULL },
{ { N_("/Scale Layer..."), "<control>S", layers_dialog_scale_layer_callback, 0 },
"dialogs/scale_layer.html", NULL },
@ -768,9 +768,9 @@ static GimpItemFactoryEntry channels_entries[] =
"channel_to_selection.html", NULL },
{ { N_("/Add to Selection"), NULL, channels_dialog_add_channel_to_sel_callback, 0 },
"channel_to_selection.html#add", NULL },
{ { N_("/Subtract From Selection"), NULL, channels_dialog_sub_channel_from_sel_callback, 0 },
{ { N_("/Subtract from Selection"), NULL, channels_dialog_sub_channel_from_sel_callback, 0 },
"channel_to_selection.html#subtract", NULL },
{ { N_("/Intersect With Selection"), NULL, channels_dialog_sub_channel_from_sel_callback, 0 },
{ { N_("/Intersect with Selection"), NULL, channels_dialog_sub_channel_from_sel_callback, 0 },
"channel_to_selection.html#intersect", NULL },
{ { "/---", NULL, NULL, 0, "<Separator>" },

View File

@ -90,7 +90,7 @@ static gchar G_GNUC_UNUSED *dummy_entries[] =
N_("/Xtns/Script-Fu"),
N_("/Xtns/Script-Fu/Logos"),
N_("/Xtns/Script-Fu/Patterns"),
N_("/Xtns/Script-Fu/Web page themes"),
N_("/Xtns/Script-Fu/Web Page Themes"),
N_("/Xtns/Script-Fu/Utils"),
N_("/Xtns/Script-Fu/Buttons"),
N_("/Xtns/Script-Fu/Make Brush"),
@ -215,7 +215,7 @@ static GimpItemFactoryEntry toolbox_entries[] =
"help/dialogs/help.html", NULL },
{ { N_("/Help/Context Help..."), "<shift>F1", help_context_help_cmd_callback, 0 },
"help/context_help.html", NULL },
{ { N_("/Help/Tip of the day..."), NULL, help_tips_cmd_callback, 0 },
{ { N_("/Help/Tip of the Day..."), NULL, help_tips_cmd_callback, 0 },
"help/dialogs/tip_of_the_day.html", NULL },
{ { N_("/Help/About..."), NULL, help_about_cmd_callback, 0 },
"help/dialogs/about.html", NULL },
@ -243,7 +243,7 @@ static GimpItemFactoryEntry image_entries[] =
"file/open/dialogs/file_open.html", NULL },
{ { N_("/File/Save"), "<control>S", file_save_cmd_callback, 0 },
"file/save/dialogs/file_save.html", NULL },
{ { N_("/File/Save as..."), NULL, file_save_as_cmd_callback, 0 },
{ { N_("/File/Save As..."), NULL, file_save_as_cmd_callback, 0 },
"file/save/dialogs/file_save.html", NULL },
{ { N_("/File/Revert"), NULL, file_revert_cmd_callback, 0 },
"file/revert.html", NULL },
@ -277,7 +277,7 @@ static GimpItemFactoryEntry image_entries[] =
"edit/paste.html", NULL },
{ { N_("/Edit/Paste Into"), NULL, edit_paste_into_cmd_callback, 0 },
"edit/paste_into.html", NULL },
{ { N_("/Edit/Paste As New"), NULL, edit_paste_as_new_cmd_callback, 0 },
{ { N_("/Edit/Paste as New"), NULL, edit_paste_as_new_cmd_callback, 0 },
"edit/paste_as_new.html", NULL },
/* <Image>/Edit/Buffer */
@ -331,7 +331,7 @@ static GimpItemFactoryEntry image_entries[] =
{ { "/Select/---", NULL, NULL, 0, "<Separator>" },
NULL, NULL },
{ { N_("/Select/Save To Channel"), NULL, select_save_cmd_callback, 0 },
{ { N_("/Select/Save to Channel"), NULL, select_save_cmd_callback, 0 },
"select/save_to_channel.html", NULL },
/* <Image>/View */
@ -366,7 +366,7 @@ static GimpItemFactoryEntry image_entries[] =
{ { N_("/View/Zoom/1:16"), NULL, view_zoom_1_16_cmd_callback, 0 },
"view/zoom.html", NULL },
{ { N_("/View/Dot for dot"), NULL, view_dot_for_dot_cmd_callback, 0, "<ToggleItem>" },
{ { N_("/View/Dot for Dot"), NULL, view_dot_for_dot_cmd_callback, 0, "<ToggleItem>" },
"view/dot_for_dot.html", NULL },
{ { "/View/---", NULL, NULL, 0, "<Separator>" },
@ -375,7 +375,7 @@ static GimpItemFactoryEntry image_entries[] =
"view/dialogs/info_window.html", NULL },
{ { N_("/View/Nav. Window..."), "<control><shift>N", view_nav_window_cmd_callback, 0 },
"view/dialogs/navigation_window.html", NULL },
{ { N_("/View/Undo history..."), NULL, view_undo_history_cmd_callback, 0},
{ { N_("/View/Undo History..."), NULL, view_undo_history_cmd_callback, 0},
"view/dialogs/undo_history.html", NULL },
{ { "/View/---", NULL, NULL, 0, "<Separator>" },
@ -388,7 +388,7 @@ static GimpItemFactoryEntry image_entries[] =
"view/toggle_statusbar.html", NULL },
{ { N_("/View/Toggle Guides"), "<control><shift>T", view_toggle_guides_cmd_callback, 0, "<ToggleItem>" },
"view/toggle_guides.html", NULL },
{ { N_("/View/Snap To Guides"), NULL, view_snap_to_guides_cmd_callback, 0, "<ToggleItem>" },
{ { N_("/View/Snap to Guides"), NULL, view_snap_to_guides_cmd_callback, 0, "<ToggleItem>" },
"view/snap_to_guides.html", NULL },
{ { "/View/---", NULL, NULL, 0, "<Separator>" },
@ -506,7 +506,7 @@ static GimpItemFactoryEntry image_entries[] =
{ { N_("/Layers/Rotate"), NULL, NULL, 0, "<Branch>" },
NULL, NULL },
{ { N_("/Layers/Resize to Image"), NULL, layers_resize_to_image_cmd_callback, 0 },
{ { N_("/Layers/Layer to Imagesize"), NULL, layers_resize_to_image_cmd_callback, 0 },
"layers/resize_to_image.html", NULL },
{ { "/Layers/---", NULL, NULL, 0, "<Separator>" },
@ -520,14 +520,14 @@ static GimpItemFactoryEntry image_entries[] =
{ { "/Layers/---", NULL, NULL, 0, "<Separator>" },
NULL, NULL },
{ { N_("/Layers/Mask To Selection"), NULL, layers_mask_select_cmd_callback, 0 },
{ { N_("/Layers/Mask to Selection"), NULL, layers_mask_select_cmd_callback, 0 },
"layers/mask_to_selection.html", NULL },
{ { "/Layers/---", NULL, NULL, 0, "<Separator>" },
NULL, NULL },
{ { N_("/Layers/Add Alpha Channel"), NULL, layers_add_alpha_channel_cmd_callback, 0 },
"layers/add_alpha_channel.html", NULL },
{ { N_("/Layers/Alpha To Selection"), NULL, layers_alpha_select_cmd_callback, 0 },
{ { N_("/Layers/Alpha to Selection"), NULL, layers_alpha_select_cmd_callback, 0 },
"layers/alpha_to_selection.html", NULL },
{ { "/Layers/---", NULL, NULL, 0, "<Separator>" },
@ -551,9 +551,9 @@ static GimpItemFactoryEntry image_entries[] =
{ { N_("/Filters"), NULL, NULL, 0, "<Branch>" },
NULL, NULL },
{ { N_("/Filters/Repeat last"), "<alt>F", filters_repeat_cmd_callback, 0x0 },
{ { N_("/Filters/Repeat Last"), "<alt>F", filters_repeat_cmd_callback, 0x0 },
"filters/repeat_last.html", NULL },
{ { N_("/Filters/Re-show last"), "<alt><shift>F", filters_repeat_cmd_callback, 0x1 },
{ { N_("/Filters/Re-Show Last"), "<alt><shift>F", filters_repeat_cmd_callback, 0x1 },
"filters/reshow_last.html", NULL },
{ { "/Filters/---", NULL, NULL, 0, "<Separator>" },
@ -715,7 +715,7 @@ static GimpItemFactoryEntry layers_entries[] =
NULL, NULL },
{ { N_("/Layer Boundary Size..."), "<control>R", layers_dialog_resize_layer_callback, 0 },
"dialogs/resize_layer.html", NULL },
{ { N_("/Resize to Image"), NULL, layers_dialog_resize_to_image_callback, 0 },
{ { N_("/Layer to Imagesize"), NULL, layers_dialog_resize_to_image_callback, 0 },
"resize_to_image.html", NULL },
{ { N_("/Scale Layer..."), "<control>S", layers_dialog_scale_layer_callback, 0 },
"dialogs/scale_layer.html", NULL },
@ -768,9 +768,9 @@ static GimpItemFactoryEntry channels_entries[] =
"channel_to_selection.html", NULL },
{ { N_("/Add to Selection"), NULL, channels_dialog_add_channel_to_sel_callback, 0 },
"channel_to_selection.html#add", NULL },
{ { N_("/Subtract From Selection"), NULL, channels_dialog_sub_channel_from_sel_callback, 0 },
{ { N_("/Subtract from Selection"), NULL, channels_dialog_sub_channel_from_sel_callback, 0 },
"channel_to_selection.html#subtract", NULL },
{ { N_("/Intersect With Selection"), NULL, channels_dialog_sub_channel_from_sel_callback, 0 },
{ { N_("/Intersect with Selection"), NULL, channels_dialog_sub_channel_from_sel_callback, 0 },
"channel_to_selection.html#intersect", NULL },
{ { "/---", NULL, NULL, 0, "<Separator>" },

View File

@ -1270,8 +1270,8 @@ plug_in_set_menu_sensitivity (GimpImageType type)
if (last_plug_in && (last_plug_in == &(proc_def->db_info)))
{
menus_set_sensitive ("<Image>/Filters/Repeat last", sensitive);
menus_set_sensitive ("<Image>/Filters/Re-show last", sensitive);
menus_set_sensitive ("<Image>/Filters/Repeat Last", sensitive);
menus_set_sensitive ("<Image>/Filters/Re-Show Last", sensitive);
}
}
}

View File

@ -104,7 +104,7 @@ eraser_options_new (void)
vbox = ((ToolOptions *) options)->main_vbox;
/* the hard toggle */
options->hard_w = gtk_check_button_new_with_label (_("Hard edge"));
options->hard_w = gtk_check_button_new_with_label (_("Hard Edge"));
gtk_box_pack_start (GTK_BOX (vbox), options->hard_w, FALSE, FALSE, 0);
gtk_signal_connect (GTK_OBJECT (options->hard_w), "toggled",
(GtkSignalFunc) tool_options_toggle_update,
@ -114,7 +114,7 @@ eraser_options_new (void)
gtk_widget_show (options->hard_w);
/* the anti_erase toggle */
options->anti_erase_w = gtk_check_button_new_with_label (_("Anti erase"));
options->anti_erase_w = gtk_check_button_new_with_label (_("Anti Erase"));
gtk_box_pack_start (GTK_BOX (vbox), options->anti_erase_w, FALSE, FALSE, 0);
gtk_signal_connect (GTK_OBJECT (options->anti_erase_w), "toggled",
(GtkSignalFunc) tool_options_toggle_update,

View File

@ -1270,8 +1270,8 @@ plug_in_set_menu_sensitivity (GimpImageType type)
if (last_plug_in && (last_plug_in == &(proc_def->db_info)))
{
menus_set_sensitive ("<Image>/Filters/Repeat last", sensitive);
menus_set_sensitive ("<Image>/Filters/Re-show last", sensitive);
menus_set_sensitive ("<Image>/Filters/Repeat Last", sensitive);
menus_set_sensitive ("<Image>/Filters/Re-Show Last", sensitive);
}
}
}

View File

@ -1270,8 +1270,8 @@ plug_in_set_menu_sensitivity (GimpImageType type)
if (last_plug_in && (last_plug_in == &(proc_def->db_info)))
{
menus_set_sensitive ("<Image>/Filters/Repeat last", sensitive);
menus_set_sensitive ("<Image>/Filters/Re-show last", sensitive);
menus_set_sensitive ("<Image>/Filters/Repeat Last", sensitive);
menus_set_sensitive ("<Image>/Filters/Re-Show Last", sensitive);
}
}
}

View File

@ -1270,8 +1270,8 @@ plug_in_set_menu_sensitivity (GimpImageType type)
if (last_plug_in && (last_plug_in == &(proc_def->db_info)))
{
menus_set_sensitive ("<Image>/Filters/Repeat last", sensitive);
menus_set_sensitive ("<Image>/Filters/Re-show last", sensitive);
menus_set_sensitive ("<Image>/Filters/Repeat Last", sensitive);
menus_set_sensitive ("<Image>/Filters/Re-Show Last", sensitive);
}
}
}

View File

@ -1270,8 +1270,8 @@ plug_in_set_menu_sensitivity (GimpImageType type)
if (last_plug_in && (last_plug_in == &(proc_def->db_info)))
{
menus_set_sensitive ("<Image>/Filters/Repeat last", sensitive);
menus_set_sensitive ("<Image>/Filters/Re-show last", sensitive);
menus_set_sensitive ("<Image>/Filters/Repeat Last", sensitive);
menus_set_sensitive ("<Image>/Filters/Re-Show Last", sensitive);
}
}
}

View File

@ -1270,8 +1270,8 @@ plug_in_set_menu_sensitivity (GimpImageType type)
if (last_plug_in && (last_plug_in == &(proc_def->db_info)))
{
menus_set_sensitive ("<Image>/Filters/Repeat last", sensitive);
menus_set_sensitive ("<Image>/Filters/Re-show last", sensitive);
menus_set_sensitive ("<Image>/Filters/Repeat Last", sensitive);
menus_set_sensitive ("<Image>/Filters/Re-Show Last", sensitive);
}
}
}

View File

@ -1270,8 +1270,8 @@ plug_in_set_menu_sensitivity (GimpImageType type)
if (last_plug_in && (last_plug_in == &(proc_def->db_info)))
{
menus_set_sensitive ("<Image>/Filters/Repeat last", sensitive);
menus_set_sensitive ("<Image>/Filters/Re-show last", sensitive);
menus_set_sensitive ("<Image>/Filters/Repeat Last", sensitive);
menus_set_sensitive ("<Image>/Filters/Re-Show Last", sensitive);
}
}
}

View File

@ -1270,8 +1270,8 @@ plug_in_set_menu_sensitivity (GimpImageType type)
if (last_plug_in && (last_plug_in == &(proc_def->db_info)))
{
menus_set_sensitive ("<Image>/Filters/Repeat last", sensitive);
menus_set_sensitive ("<Image>/Filters/Re-show last", sensitive);
menus_set_sensitive ("<Image>/Filters/Repeat Last", sensitive);
menus_set_sensitive ("<Image>/Filters/Re-Show Last", sensitive);
}
}
}

View File

@ -1270,8 +1270,8 @@ plug_in_set_menu_sensitivity (GimpImageType type)
if (last_plug_in && (last_plug_in == &(proc_def->db_info)))
{
menus_set_sensitive ("<Image>/Filters/Repeat last", sensitive);
menus_set_sensitive ("<Image>/Filters/Re-show last", sensitive);
menus_set_sensitive ("<Image>/Filters/Repeat Last", sensitive);
menus_set_sensitive ("<Image>/Filters/Re-Show Last", sensitive);
}
}
}

View File

@ -1270,8 +1270,8 @@ plug_in_set_menu_sensitivity (GimpImageType type)
if (last_plug_in && (last_plug_in == &(proc_def->db_info)))
{
menus_set_sensitive ("<Image>/Filters/Repeat last", sensitive);
menus_set_sensitive ("<Image>/Filters/Re-show last", sensitive);
menus_set_sensitive ("<Image>/Filters/Repeat Last", sensitive);
menus_set_sensitive ("<Image>/Filters/Re-Show Last", sensitive);
}
}
}

View File

@ -1270,8 +1270,8 @@ plug_in_set_menu_sensitivity (GimpImageType type)
if (last_plug_in && (last_plug_in == &(proc_def->db_info)))
{
menus_set_sensitive ("<Image>/Filters/Repeat last", sensitive);
menus_set_sensitive ("<Image>/Filters/Re-show last", sensitive);
menus_set_sensitive ("<Image>/Filters/Repeat Last", sensitive);
menus_set_sensitive ("<Image>/Filters/Re-Show Last", sensitive);
}
}
}

View File

@ -1270,8 +1270,8 @@ plug_in_set_menu_sensitivity (GimpImageType type)
if (last_plug_in && (last_plug_in == &(proc_def->db_info)))
{
menus_set_sensitive ("<Image>/Filters/Repeat last", sensitive);
menus_set_sensitive ("<Image>/Filters/Re-show last", sensitive);
menus_set_sensitive ("<Image>/Filters/Repeat Last", sensitive);
menus_set_sensitive ("<Image>/Filters/Re-Show Last", sensitive);
}
}
}

View File

@ -1270,8 +1270,8 @@ plug_in_set_menu_sensitivity (GimpImageType type)
if (last_plug_in && (last_plug_in == &(proc_def->db_info)))
{
menus_set_sensitive ("<Image>/Filters/Repeat last", sensitive);
menus_set_sensitive ("<Image>/Filters/Re-show last", sensitive);
menus_set_sensitive ("<Image>/Filters/Repeat Last", sensitive);
menus_set_sensitive ("<Image>/Filters/Re-Show Last", sensitive);
}
}
}

View File

@ -1270,8 +1270,8 @@ plug_in_set_menu_sensitivity (GimpImageType type)
if (last_plug_in && (last_plug_in == &(proc_def->db_info)))
{
menus_set_sensitive ("<Image>/Filters/Repeat last", sensitive);
menus_set_sensitive ("<Image>/Filters/Re-show last", sensitive);
menus_set_sensitive ("<Image>/Filters/Repeat Last", sensitive);
menus_set_sensitive ("<Image>/Filters/Re-Show Last", sensitive);
}
}
}

View File

@ -1270,8 +1270,8 @@ plug_in_set_menu_sensitivity (GimpImageType type)
if (last_plug_in && (last_plug_in == &(proc_def->db_info)))
{
menus_set_sensitive ("<Image>/Filters/Repeat last", sensitive);
menus_set_sensitive ("<Image>/Filters/Re-show last", sensitive);
menus_set_sensitive ("<Image>/Filters/Repeat Last", sensitive);
menus_set_sensitive ("<Image>/Filters/Re-Show Last", sensitive);
}
}
}

View File

@ -1270,8 +1270,8 @@ plug_in_set_menu_sensitivity (GimpImageType type)
if (last_plug_in && (last_plug_in == &(proc_def->db_info)))
{
menus_set_sensitive ("<Image>/Filters/Repeat last", sensitive);
menus_set_sensitive ("<Image>/Filters/Re-show last", sensitive);
menus_set_sensitive ("<Image>/Filters/Repeat Last", sensitive);
menus_set_sensitive ("<Image>/Filters/Re-Show Last", sensitive);
}
}
}

View File

@ -1270,8 +1270,8 @@ plug_in_set_menu_sensitivity (GimpImageType type)
if (last_plug_in && (last_plug_in == &(proc_def->db_info)))
{
menus_set_sensitive ("<Image>/Filters/Repeat last", sensitive);
menus_set_sensitive ("<Image>/Filters/Re-show last", sensitive);
menus_set_sensitive ("<Image>/Filters/Repeat Last", sensitive);
menus_set_sensitive ("<Image>/Filters/Re-Show Last", sensitive);
}
}
}

View File

@ -1986,7 +1986,7 @@ file_pref_cmd_callback (GtkWidget *widget,
gtk_box_pack_start (GTK_BOX (vbox2), hbox, FALSE, FALSE, 0);
gtk_widget_show (hbox);
button = gtk_button_new_with_label (_("Clear Saved Window Positions"));
button = gtk_button_new_with_label (_("Clear Saved Window Positions Now"));
gtk_box_pack_start (GTK_BOX (hbox), button, FALSE, FALSE, 0);
gtk_signal_connect (GTK_OBJECT (button), "clicked",
GTK_SIGNAL_FUNC (file_prefs_clear_session_info_callback),

View File

@ -383,7 +383,7 @@ selection_options_init (SelectionOptions *options,
GtkWidget *height_spinbutton;
options->fixed_size_w =
gtk_check_button_new_with_label (_("Fixed size / aspect ratio"));
gtk_check_button_new_with_label (_("Fixed Size / Aspect Ratio"));
gtk_box_pack_start (GTK_BOX (vbox), options->fixed_size_w,
FALSE, FALSE, 0);
gtk_signal_connect (GTK_OBJECT (options->fixed_size_w), "toggled",
@ -780,7 +780,7 @@ paint_pressure_options_new (ToolType tool_type)
case PAINTBRUSH:
case PENCIL:
case SMUDGE:
frame = gtk_frame_new (_("Pressure sensitivity"));
frame = gtk_frame_new (_("Pressure Sensitivity"));
hbox = gtk_hbox_new (FALSE, 2);
gtk_container_add (GTK_CONTAINER (frame), hbox);
gtk_widget_show (hbox);

View File

@ -262,7 +262,7 @@ blend_options_new ()
(gpointer) FG_BG_HSV_MODE, NULL, NULL },
{ N_("FG to Transparent"), 0, 0, blend_mode_callback,
(gpointer) FG_TRANS_MODE, NULL, NULL },
{ N_("Custom from editor"), 0, 0, blend_mode_callback,
{ N_("Custom from Editor"), 0, 0, blend_mode_callback,
(gpointer) CUSTOM_MODE, NULL, NULL },
{ NULL, 0, 0, NULL, NULL, NULL, NULL }
};
@ -296,9 +296,9 @@ blend_options_new ()
{
{ N_("None"), 0, 0, repeat_type_callback,
(gpointer) REPEAT_NONE, NULL, NULL },
{ N_("Sawtooth wave"), 0, 0, repeat_type_callback,
{ N_("Sawtooth Wave"), 0, 0, repeat_type_callback,
(gpointer) REPEAT_SAWTOOTH, NULL, NULL },
{ N_("Triangular wave"), 0, 0, repeat_type_callback,
{ N_("Triangular Wave"), 0, 0, repeat_type_callback,
(gpointer) REPEAT_TRIANGULAR, NULL, NULL },
{ NULL, 0, 0, NULL, NULL, NULL, NULL }
};
@ -378,7 +378,7 @@ blend_options_new ()
/* supersampling toggle */
options->supersample_w =
gtk_check_button_new_with_label (_("Adaptive supersampling"));
gtk_check_button_new_with_label (_("Adaptive Supersampling"));
gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (options->supersample_w),
options->supersample_d);
gtk_signal_connect (GTK_OBJECT (options->supersample_w), "toggled",

View File

@ -185,7 +185,7 @@ crop_options_new (void)
/* layer toggle */
options->layer_only_w =
gtk_check_button_new_with_label(_("Current layer only"));
gtk_check_button_new_with_label(_("Current Layer Only"));
gtk_box_pack_start (GTK_BOX (vbox), options->layer_only_w,
FALSE, FALSE, 0);
gtk_signal_connect (GTK_OBJECT (options->layer_only_w), "toggled",

View File

@ -104,7 +104,7 @@ eraser_options_new (void)
vbox = ((ToolOptions *) options)->main_vbox;
/* the hard toggle */
options->hard_w = gtk_check_button_new_with_label (_("Hard edge"));
options->hard_w = gtk_check_button_new_with_label (_("Hard Edge"));
gtk_box_pack_start (GTK_BOX (vbox), options->hard_w, FALSE, FALSE, 0);
gtk_signal_connect (GTK_OBJECT (options->hard_w), "toggled",
(GtkSignalFunc) tool_options_toggle_update,
@ -114,7 +114,7 @@ eraser_options_new (void)
gtk_widget_show (options->hard_w);
/* the anti_erase toggle */
options->anti_erase_w = gtk_check_button_new_with_label (_("Anti erase"));
options->anti_erase_w = gtk_check_button_new_with_label (_("Anti Erase"));
gtk_box_pack_start (GTK_BOX (vbox), options->anti_erase_w, FALSE, FALSE, 0);
gtk_signal_connect (GTK_OBJECT (options->anti_erase_w), "toggled",
(GtkSignalFunc) tool_options_toggle_update,

View File

@ -262,7 +262,7 @@ blend_options_new ()
(gpointer) FG_BG_HSV_MODE, NULL, NULL },
{ N_("FG to Transparent"), 0, 0, blend_mode_callback,
(gpointer) FG_TRANS_MODE, NULL, NULL },
{ N_("Custom from editor"), 0, 0, blend_mode_callback,
{ N_("Custom from Editor"), 0, 0, blend_mode_callback,
(gpointer) CUSTOM_MODE, NULL, NULL },
{ NULL, 0, 0, NULL, NULL, NULL, NULL }
};
@ -296,9 +296,9 @@ blend_options_new ()
{
{ N_("None"), 0, 0, repeat_type_callback,
(gpointer) REPEAT_NONE, NULL, NULL },
{ N_("Sawtooth wave"), 0, 0, repeat_type_callback,
{ N_("Sawtooth Wave"), 0, 0, repeat_type_callback,
(gpointer) REPEAT_SAWTOOTH, NULL, NULL },
{ N_("Triangular wave"), 0, 0, repeat_type_callback,
{ N_("Triangular Wave"), 0, 0, repeat_type_callback,
(gpointer) REPEAT_TRIANGULAR, NULL, NULL },
{ NULL, 0, 0, NULL, NULL, NULL, NULL }
};
@ -378,7 +378,7 @@ blend_options_new ()
/* supersampling toggle */
options->supersample_w =
gtk_check_button_new_with_label (_("Adaptive supersampling"));
gtk_check_button_new_with_label (_("Adaptive Supersampling"));
gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (options->supersample_w),
options->supersample_d);
gtk_signal_connect (GTK_OBJECT (options->supersample_w), "toggled",

View File

@ -185,7 +185,7 @@ crop_options_new (void)
/* layer toggle */
options->layer_only_w =
gtk_check_button_new_with_label(_("Current layer only"));
gtk_check_button_new_with_label(_("Current Layer Only"));
gtk_box_pack_start (GTK_BOX (vbox), options->layer_only_w,
FALSE, FALSE, 0);
gtk_signal_connect (GTK_OBJECT (options->layer_only_w), "toggled",

View File

@ -104,7 +104,7 @@ eraser_options_new (void)
vbox = ((ToolOptions *) options)->main_vbox;
/* the hard toggle */
options->hard_w = gtk_check_button_new_with_label (_("Hard edge"));
options->hard_w = gtk_check_button_new_with_label (_("Hard Edge"));
gtk_box_pack_start (GTK_BOX (vbox), options->hard_w, FALSE, FALSE, 0);
gtk_signal_connect (GTK_OBJECT (options->hard_w), "toggled",
(GtkSignalFunc) tool_options_toggle_update,
@ -114,7 +114,7 @@ eraser_options_new (void)
gtk_widget_show (options->hard_w);
/* the anti_erase toggle */
options->anti_erase_w = gtk_check_button_new_with_label (_("Anti erase"));
options->anti_erase_w = gtk_check_button_new_with_label (_("Anti Erase"));
gtk_box_pack_start (GTK_BOX (vbox), options->anti_erase_w, FALSE, FALSE, 0);
gtk_signal_connect (GTK_OBJECT (options->anti_erase_w), "toggled",
(GtkSignalFunc) tool_options_toggle_update,

View File

@ -383,7 +383,7 @@ selection_options_init (SelectionOptions *options,
GtkWidget *height_spinbutton;
options->fixed_size_w =
gtk_check_button_new_with_label (_("Fixed size / aspect ratio"));
gtk_check_button_new_with_label (_("Fixed Size / Aspect Ratio"));
gtk_box_pack_start (GTK_BOX (vbox), options->fixed_size_w,
FALSE, FALSE, 0);
gtk_signal_connect (GTK_OBJECT (options->fixed_size_w), "toggled",
@ -780,7 +780,7 @@ paint_pressure_options_new (ToolType tool_type)
case PAINTBRUSH:
case PENCIL:
case SMUDGE:
frame = gtk_frame_new (_("Pressure sensitivity"));
frame = gtk_frame_new (_("Pressure Sensitivity"));
hbox = gtk_hbox_new (FALSE, 2);
gtk_container_add (GTK_CONTAINER (frame), hbox);
gtk_widget_show (hbox);

View File

@ -173,13 +173,13 @@ transform_options_new (void)
{
TransformOptions *options;
GtkWidget *main_box;
GtkWidget *table;
GtkWidget *vbox;
GtkWidget *hbox;
GtkWidget *label;
GSList *group;
GtkWidget *radio_frame;
GtkWidget *radio_box;
GtkWidget *frame;
GtkWidget *fbox;
GtkWidget *radio_button;
GtkWidget *grid_density;
@ -211,22 +211,22 @@ transform_options_new (void)
options->grid_size = options->grid_size_d = 32;
options->show_grid = options->show_grid_d = TRUE;
/* the main hbox */
main_box = gtk_hbox_new (FALSE, 2);
gtk_box_pack_start (GTK_BOX (options->tool_options.main_vbox), main_box,
/* the main table */
table = gtk_table_new (2, 2, FALSE);
gtk_box_pack_start (GTK_BOX (options->tool_options.main_vbox), table,
FALSE, FALSE, 0);
/* the left vbox */
vbox = gtk_vbox_new (FALSE, 2);
gtk_box_pack_start (GTK_BOX (main_box), vbox, FALSE, FALSE, 0);
gtk_table_attach_defaults (GTK_TABLE (table), vbox, 0, 1, 0, 1);
/* the first radio frame and box, for transform type */
radio_frame = gtk_frame_new (_("Transform"));
gtk_box_pack_start (GTK_BOX (vbox), radio_frame, FALSE, FALSE, 0);
frame = gtk_frame_new (_("Transform"));
gtk_box_pack_start (GTK_BOX (vbox), frame, TRUE, TRUE, 0);
radio_box = gtk_vbox_new (FALSE, 1);
gtk_container_set_border_width (GTK_CONTAINER (radio_box), 2);
gtk_container_add (GTK_CONTAINER (radio_frame), radio_box);
fbox = gtk_vbox_new (FALSE, 1);
gtk_container_set_border_width (GTK_CONTAINER (fbox), 2);
gtk_container_add (GTK_CONTAINER (frame), fbox);
/* the radio buttons */
group = NULL;
@ -236,7 +236,7 @@ transform_options_new (void)
gtk_radio_button_new_with_label (group,
gettext(transform_button_names[i]));
group = gtk_radio_button_group (GTK_RADIO_BUTTON (radio_button));
gtk_box_pack_start (GTK_BOX (radio_box), radio_button, FALSE, FALSE, 0);
gtk_box_pack_start (GTK_BOX (fbox), radio_button, FALSE, FALSE, 0);
gtk_signal_connect (GTK_OBJECT (radio_button), "toggled",
(GtkSignalFunc) transform_type_callback,
(gpointer) ((long) ROTATE + i));
@ -244,37 +244,22 @@ transform_options_new (void)
options->type_w[i] = radio_button;
}
gtk_widget_show (radio_box);
gtk_widget_show (radio_frame);
/* the smoothing toggle button */
options->smoothing_w = gtk_check_button_new_with_label (_("Smoothing"));
gtk_signal_connect (GTK_OBJECT (options->smoothing_w), "toggled",
(GtkSignalFunc) tool_options_toggle_update,
&options->smoothing);
gtk_box_pack_start (GTK_BOX (vbox), options->smoothing_w, FALSE, FALSE, 0);
gtk_widget_show (options->smoothing_w);
options->showpath_w = gtk_check_button_new_with_label (_("Show path"));
gtk_signal_connect (GTK_OBJECT (options->showpath_w), "toggled",
(GtkSignalFunc) transform_show_path_update,
&options->showpath);
gtk_box_pack_start (GTK_BOX (vbox), options->showpath_w, FALSE, FALSE, 0);
gtk_widget_show (options->showpath_w);
gtk_widget_show (fbox);
gtk_widget_show (frame);
gtk_widget_show (vbox);
/* the right vbox */
vbox = gtk_vbox_new (FALSE, 2);
gtk_box_pack_start (GTK_BOX (main_box), vbox, FALSE, FALSE, 0);
gtk_table_attach_defaults (GTK_TABLE (table), vbox, 1, 2, 0, 1);
/* the second radio frame and box, for transform direction */
radio_frame = gtk_frame_new (_("Tool paradigm"));
gtk_box_pack_start (GTK_BOX (vbox), radio_frame, FALSE, FALSE, 0);
frame = gtk_frame_new (_("Tool Paradigm"));
gtk_box_pack_start (GTK_BOX (vbox), frame, FALSE, FALSE, 0);
radio_box = gtk_vbox_new (FALSE, 1);
gtk_container_set_border_width (GTK_CONTAINER (radio_box), 2);
gtk_container_add (GTK_CONTAINER (radio_frame), radio_box);
fbox = gtk_vbox_new (FALSE, 1);
gtk_container_set_border_width (GTK_CONTAINER (fbox), 2);
gtk_container_add (GTK_CONTAINER (frame), fbox);
/* the radio buttons */
group = NULL;
@ -284,7 +269,7 @@ transform_options_new (void)
gtk_radio_button_new_with_label (group,
gettext(direction_button_names[i]));
group = gtk_radio_button_group (GTK_RADIO_BUTTON (radio_button));
gtk_box_pack_start (GTK_BOX (radio_box), radio_button, FALSE, FALSE, 0);
gtk_box_pack_start (GTK_BOX (fbox), radio_button, FALSE, FALSE, 0);
gtk_signal_connect (GTK_OBJECT (radio_button), "toggled",
(GtkSignalFunc) transform_direction_callback,
(gpointer) ((long) i));
@ -292,22 +277,30 @@ transform_options_new (void)
options->direction_w[i] = radio_button;
}
gtk_widget_show (radio_box);
gtk_widget_show (radio_frame);
gtk_widget_show (fbox);
gtk_widget_show (frame);
/* the show grid toggle button */
options->show_grid_w = gtk_check_button_new_with_label (_("Show grid"));
/* the grid frame */
frame = gtk_frame_new (NULL);
gtk_box_pack_start (GTK_BOX (vbox), frame, FALSE, FALSE, 0);
fbox = gtk_vbox_new (FALSE, 1);
gtk_container_set_border_width (GTK_CONTAINER (fbox), 2);
gtk_container_add (GTK_CONTAINER (frame), fbox);
/* the show grid toggle button */
options->show_grid_w = gtk_check_button_new_with_label (_("Show Grid"));
gtk_signal_connect (GTK_OBJECT (options->show_grid_w), "toggled",
(GtkSignalFunc) transform_show_grid_update,
&options->show_grid);
gtk_box_pack_start (GTK_BOX (vbox), options->show_grid_w, FALSE, FALSE, 0);
gtk_box_pack_start (GTK_BOX (fbox), options->show_grid_w, FALSE, FALSE, 0);
gtk_widget_show (options->show_grid_w);
/* the grid density entry */
hbox = gtk_hbox_new (FALSE, 6);
gtk_widget_show (hbox);
gtk_box_pack_start (GTK_BOX (vbox), hbox, FALSE, FALSE, 0);
label = gtk_label_new (_("Grid density:"));
gtk_box_pack_start (GTK_BOX (fbox), hbox, FALSE, FALSE, 0);
label = gtk_label_new (_("Density:"));
gtk_box_pack_start (GTK_BOX (hbox), label, FALSE, FALSE, 0);
gtk_widget_show (label);
@ -327,8 +320,25 @@ transform_options_new (void)
gtk_object_set_data (GTK_OBJECT (options->show_grid_w), "set_sensitive", grid_density);
gtk_object_set_data (GTK_OBJECT (grid_density), "set_sensitive", label);
gtk_widget_show (fbox);
gtk_widget_show (frame);
gtk_widget_show (vbox);
/* the left vbox */
vbox = gtk_vbox_new (FALSE, 2);
gtk_table_attach_defaults (GTK_TABLE (table), vbox, 0, 1, 1, 2);
/* the smoothing toggle button */
options->smoothing_w = gtk_check_button_new_with_label (_("Smoothing"));
gtk_signal_connect (GTK_OBJECT (options->smoothing_w), "toggled",
(GtkSignalFunc) tool_options_toggle_update,
&options->smoothing);
gtk_box_pack_start (GTK_BOX (vbox), options->smoothing_w, FALSE, FALSE, 0);
gtk_widget_show (options->smoothing_w);
/* the clip resulting image toggle button */
options->clip_w = gtk_check_button_new_with_label (_("Clip result"));
options->clip_w = gtk_check_button_new_with_label (_("Clip Result"));
gtk_signal_connect (GTK_OBJECT (options->clip_w), "toggled",
(GtkSignalFunc) tool_options_toggle_update,
&options->clip);
@ -336,7 +346,22 @@ transform_options_new (void)
gtk_widget_show (options->clip_w);
gtk_widget_show (vbox);
gtk_widget_show (main_box);
/* the right vbox */
vbox = gtk_vbox_new (FALSE, 2);
gtk_table_attach_defaults (GTK_TABLE (table), vbox, 1, 2, 1, 2);
/* the show_path toggle button */
options->showpath_w = gtk_check_button_new_with_label (_("Show Path"));
gtk_signal_connect (GTK_OBJECT (options->showpath_w), "toggled",
(GtkSignalFunc) transform_show_path_update,
&options->showpath);
gtk_box_pack_start (GTK_BOX (vbox), options->showpath_w, FALSE, FALSE, 0);
gtk_widget_show (options->showpath_w);
gtk_widget_show (vbox);
gtk_widget_show (table);
return options;
}

View File

@ -173,13 +173,13 @@ transform_options_new (void)
{
TransformOptions *options;
GtkWidget *main_box;
GtkWidget *table;
GtkWidget *vbox;
GtkWidget *hbox;
GtkWidget *label;
GSList *group;
GtkWidget *radio_frame;
GtkWidget *radio_box;
GtkWidget *frame;
GtkWidget *fbox;
GtkWidget *radio_button;
GtkWidget *grid_density;
@ -211,22 +211,22 @@ transform_options_new (void)
options->grid_size = options->grid_size_d = 32;
options->show_grid = options->show_grid_d = TRUE;
/* the main hbox */
main_box = gtk_hbox_new (FALSE, 2);
gtk_box_pack_start (GTK_BOX (options->tool_options.main_vbox), main_box,
/* the main table */
table = gtk_table_new (2, 2, FALSE);
gtk_box_pack_start (GTK_BOX (options->tool_options.main_vbox), table,
FALSE, FALSE, 0);
/* the left vbox */
vbox = gtk_vbox_new (FALSE, 2);
gtk_box_pack_start (GTK_BOX (main_box), vbox, FALSE, FALSE, 0);
gtk_table_attach_defaults (GTK_TABLE (table), vbox, 0, 1, 0, 1);
/* the first radio frame and box, for transform type */
radio_frame = gtk_frame_new (_("Transform"));
gtk_box_pack_start (GTK_BOX (vbox), radio_frame, FALSE, FALSE, 0);
frame = gtk_frame_new (_("Transform"));
gtk_box_pack_start (GTK_BOX (vbox), frame, TRUE, TRUE, 0);
radio_box = gtk_vbox_new (FALSE, 1);
gtk_container_set_border_width (GTK_CONTAINER (radio_box), 2);
gtk_container_add (GTK_CONTAINER (radio_frame), radio_box);
fbox = gtk_vbox_new (FALSE, 1);
gtk_container_set_border_width (GTK_CONTAINER (fbox), 2);
gtk_container_add (GTK_CONTAINER (frame), fbox);
/* the radio buttons */
group = NULL;
@ -236,7 +236,7 @@ transform_options_new (void)
gtk_radio_button_new_with_label (group,
gettext(transform_button_names[i]));
group = gtk_radio_button_group (GTK_RADIO_BUTTON (radio_button));
gtk_box_pack_start (GTK_BOX (radio_box), radio_button, FALSE, FALSE, 0);
gtk_box_pack_start (GTK_BOX (fbox), radio_button, FALSE, FALSE, 0);
gtk_signal_connect (GTK_OBJECT (radio_button), "toggled",
(GtkSignalFunc) transform_type_callback,
(gpointer) ((long) ROTATE + i));
@ -244,37 +244,22 @@ transform_options_new (void)
options->type_w[i] = radio_button;
}
gtk_widget_show (radio_box);
gtk_widget_show (radio_frame);
/* the smoothing toggle button */
options->smoothing_w = gtk_check_button_new_with_label (_("Smoothing"));
gtk_signal_connect (GTK_OBJECT (options->smoothing_w), "toggled",
(GtkSignalFunc) tool_options_toggle_update,
&options->smoothing);
gtk_box_pack_start (GTK_BOX (vbox), options->smoothing_w, FALSE, FALSE, 0);
gtk_widget_show (options->smoothing_w);
options->showpath_w = gtk_check_button_new_with_label (_("Show path"));
gtk_signal_connect (GTK_OBJECT (options->showpath_w), "toggled",
(GtkSignalFunc) transform_show_path_update,
&options->showpath);
gtk_box_pack_start (GTK_BOX (vbox), options->showpath_w, FALSE, FALSE, 0);
gtk_widget_show (options->showpath_w);
gtk_widget_show (fbox);
gtk_widget_show (frame);
gtk_widget_show (vbox);
/* the right vbox */
vbox = gtk_vbox_new (FALSE, 2);
gtk_box_pack_start (GTK_BOX (main_box), vbox, FALSE, FALSE, 0);
gtk_table_attach_defaults (GTK_TABLE (table), vbox, 1, 2, 0, 1);
/* the second radio frame and box, for transform direction */
radio_frame = gtk_frame_new (_("Tool paradigm"));
gtk_box_pack_start (GTK_BOX (vbox), radio_frame, FALSE, FALSE, 0);
frame = gtk_frame_new (_("Tool Paradigm"));
gtk_box_pack_start (GTK_BOX (vbox), frame, FALSE, FALSE, 0);
radio_box = gtk_vbox_new (FALSE, 1);
gtk_container_set_border_width (GTK_CONTAINER (radio_box), 2);
gtk_container_add (GTK_CONTAINER (radio_frame), radio_box);
fbox = gtk_vbox_new (FALSE, 1);
gtk_container_set_border_width (GTK_CONTAINER (fbox), 2);
gtk_container_add (GTK_CONTAINER (frame), fbox);
/* the radio buttons */
group = NULL;
@ -284,7 +269,7 @@ transform_options_new (void)
gtk_radio_button_new_with_label (group,
gettext(direction_button_names[i]));
group = gtk_radio_button_group (GTK_RADIO_BUTTON (radio_button));
gtk_box_pack_start (GTK_BOX (radio_box), radio_button, FALSE, FALSE, 0);
gtk_box_pack_start (GTK_BOX (fbox), radio_button, FALSE, FALSE, 0);
gtk_signal_connect (GTK_OBJECT (radio_button), "toggled",
(GtkSignalFunc) transform_direction_callback,
(gpointer) ((long) i));
@ -292,22 +277,30 @@ transform_options_new (void)
options->direction_w[i] = radio_button;
}
gtk_widget_show (radio_box);
gtk_widget_show (radio_frame);
gtk_widget_show (fbox);
gtk_widget_show (frame);
/* the show grid toggle button */
options->show_grid_w = gtk_check_button_new_with_label (_("Show grid"));
/* the grid frame */
frame = gtk_frame_new (NULL);
gtk_box_pack_start (GTK_BOX (vbox), frame, FALSE, FALSE, 0);
fbox = gtk_vbox_new (FALSE, 1);
gtk_container_set_border_width (GTK_CONTAINER (fbox), 2);
gtk_container_add (GTK_CONTAINER (frame), fbox);
/* the show grid toggle button */
options->show_grid_w = gtk_check_button_new_with_label (_("Show Grid"));
gtk_signal_connect (GTK_OBJECT (options->show_grid_w), "toggled",
(GtkSignalFunc) transform_show_grid_update,
&options->show_grid);
gtk_box_pack_start (GTK_BOX (vbox), options->show_grid_w, FALSE, FALSE, 0);
gtk_box_pack_start (GTK_BOX (fbox), options->show_grid_w, FALSE, FALSE, 0);
gtk_widget_show (options->show_grid_w);
/* the grid density entry */
hbox = gtk_hbox_new (FALSE, 6);
gtk_widget_show (hbox);
gtk_box_pack_start (GTK_BOX (vbox), hbox, FALSE, FALSE, 0);
label = gtk_label_new (_("Grid density:"));
gtk_box_pack_start (GTK_BOX (fbox), hbox, FALSE, FALSE, 0);
label = gtk_label_new (_("Density:"));
gtk_box_pack_start (GTK_BOX (hbox), label, FALSE, FALSE, 0);
gtk_widget_show (label);
@ -327,8 +320,25 @@ transform_options_new (void)
gtk_object_set_data (GTK_OBJECT (options->show_grid_w), "set_sensitive", grid_density);
gtk_object_set_data (GTK_OBJECT (grid_density), "set_sensitive", label);
gtk_widget_show (fbox);
gtk_widget_show (frame);
gtk_widget_show (vbox);
/* the left vbox */
vbox = gtk_vbox_new (FALSE, 2);
gtk_table_attach_defaults (GTK_TABLE (table), vbox, 0, 1, 1, 2);
/* the smoothing toggle button */
options->smoothing_w = gtk_check_button_new_with_label (_("Smoothing"));
gtk_signal_connect (GTK_OBJECT (options->smoothing_w), "toggled",
(GtkSignalFunc) tool_options_toggle_update,
&options->smoothing);
gtk_box_pack_start (GTK_BOX (vbox), options->smoothing_w, FALSE, FALSE, 0);
gtk_widget_show (options->smoothing_w);
/* the clip resulting image toggle button */
options->clip_w = gtk_check_button_new_with_label (_("Clip result"));
options->clip_w = gtk_check_button_new_with_label (_("Clip Result"));
gtk_signal_connect (GTK_OBJECT (options->clip_w), "toggled",
(GtkSignalFunc) tool_options_toggle_update,
&options->clip);
@ -336,7 +346,22 @@ transform_options_new (void)
gtk_widget_show (options->clip_w);
gtk_widget_show (vbox);
gtk_widget_show (main_box);
/* the right vbox */
vbox = gtk_vbox_new (FALSE, 2);
gtk_table_attach_defaults (GTK_TABLE (table), vbox, 1, 2, 1, 2);
/* the show_path toggle button */
options->showpath_w = gtk_check_button_new_with_label (_("Show Path"));
gtk_signal_connect (GTK_OBJECT (options->showpath_w), "toggled",
(GtkSignalFunc) transform_show_path_update,
&options->showpath);
gtk_box_pack_start (GTK_BOX (vbox), options->showpath_w, FALSE, FALSE, 0);
gtk_widget_show (options->showpath_w);
gtk_widget_show (vbox);
gtk_widget_show (table);
return options;
}

View File

@ -90,7 +90,7 @@ static gchar G_GNUC_UNUSED *dummy_entries[] =
N_("/Xtns/Script-Fu"),
N_("/Xtns/Script-Fu/Logos"),
N_("/Xtns/Script-Fu/Patterns"),
N_("/Xtns/Script-Fu/Web page themes"),
N_("/Xtns/Script-Fu/Web Page Themes"),
N_("/Xtns/Script-Fu/Utils"),
N_("/Xtns/Script-Fu/Buttons"),
N_("/Xtns/Script-Fu/Make Brush"),
@ -215,7 +215,7 @@ static GimpItemFactoryEntry toolbox_entries[] =
"help/dialogs/help.html", NULL },
{ { N_("/Help/Context Help..."), "<shift>F1", help_context_help_cmd_callback, 0 },
"help/context_help.html", NULL },
{ { N_("/Help/Tip of the day..."), NULL, help_tips_cmd_callback, 0 },
{ { N_("/Help/Tip of the Day..."), NULL, help_tips_cmd_callback, 0 },
"help/dialogs/tip_of_the_day.html", NULL },
{ { N_("/Help/About..."), NULL, help_about_cmd_callback, 0 },
"help/dialogs/about.html", NULL },
@ -243,7 +243,7 @@ static GimpItemFactoryEntry image_entries[] =
"file/open/dialogs/file_open.html", NULL },
{ { N_("/File/Save"), "<control>S", file_save_cmd_callback, 0 },
"file/save/dialogs/file_save.html", NULL },
{ { N_("/File/Save as..."), NULL, file_save_as_cmd_callback, 0 },
{ { N_("/File/Save As..."), NULL, file_save_as_cmd_callback, 0 },
"file/save/dialogs/file_save.html", NULL },
{ { N_("/File/Revert"), NULL, file_revert_cmd_callback, 0 },
"file/revert.html", NULL },
@ -277,7 +277,7 @@ static GimpItemFactoryEntry image_entries[] =
"edit/paste.html", NULL },
{ { N_("/Edit/Paste Into"), NULL, edit_paste_into_cmd_callback, 0 },
"edit/paste_into.html", NULL },
{ { N_("/Edit/Paste As New"), NULL, edit_paste_as_new_cmd_callback, 0 },
{ { N_("/Edit/Paste as New"), NULL, edit_paste_as_new_cmd_callback, 0 },
"edit/paste_as_new.html", NULL },
/* <Image>/Edit/Buffer */
@ -331,7 +331,7 @@ static GimpItemFactoryEntry image_entries[] =
{ { "/Select/---", NULL, NULL, 0, "<Separator>" },
NULL, NULL },
{ { N_("/Select/Save To Channel"), NULL, select_save_cmd_callback, 0 },
{ { N_("/Select/Save to Channel"), NULL, select_save_cmd_callback, 0 },
"select/save_to_channel.html", NULL },
/* <Image>/View */
@ -366,7 +366,7 @@ static GimpItemFactoryEntry image_entries[] =
{ { N_("/View/Zoom/1:16"), NULL, view_zoom_1_16_cmd_callback, 0 },
"view/zoom.html", NULL },
{ { N_("/View/Dot for dot"), NULL, view_dot_for_dot_cmd_callback, 0, "<ToggleItem>" },
{ { N_("/View/Dot for Dot"), NULL, view_dot_for_dot_cmd_callback, 0, "<ToggleItem>" },
"view/dot_for_dot.html", NULL },
{ { "/View/---", NULL, NULL, 0, "<Separator>" },
@ -375,7 +375,7 @@ static GimpItemFactoryEntry image_entries[] =
"view/dialogs/info_window.html", NULL },
{ { N_("/View/Nav. Window..."), "<control><shift>N", view_nav_window_cmd_callback, 0 },
"view/dialogs/navigation_window.html", NULL },
{ { N_("/View/Undo history..."), NULL, view_undo_history_cmd_callback, 0},
{ { N_("/View/Undo History..."), NULL, view_undo_history_cmd_callback, 0},
"view/dialogs/undo_history.html", NULL },
{ { "/View/---", NULL, NULL, 0, "<Separator>" },
@ -388,7 +388,7 @@ static GimpItemFactoryEntry image_entries[] =
"view/toggle_statusbar.html", NULL },
{ { N_("/View/Toggle Guides"), "<control><shift>T", view_toggle_guides_cmd_callback, 0, "<ToggleItem>" },
"view/toggle_guides.html", NULL },
{ { N_("/View/Snap To Guides"), NULL, view_snap_to_guides_cmd_callback, 0, "<ToggleItem>" },
{ { N_("/View/Snap to Guides"), NULL, view_snap_to_guides_cmd_callback, 0, "<ToggleItem>" },
"view/snap_to_guides.html", NULL },
{ { "/View/---", NULL, NULL, 0, "<Separator>" },
@ -506,7 +506,7 @@ static GimpItemFactoryEntry image_entries[] =
{ { N_("/Layers/Rotate"), NULL, NULL, 0, "<Branch>" },
NULL, NULL },
{ { N_("/Layers/Resize to Image"), NULL, layers_resize_to_image_cmd_callback, 0 },
{ { N_("/Layers/Layer to Imagesize"), NULL, layers_resize_to_image_cmd_callback, 0 },
"layers/resize_to_image.html", NULL },
{ { "/Layers/---", NULL, NULL, 0, "<Separator>" },
@ -520,14 +520,14 @@ static GimpItemFactoryEntry image_entries[] =
{ { "/Layers/---", NULL, NULL, 0, "<Separator>" },
NULL, NULL },
{ { N_("/Layers/Mask To Selection"), NULL, layers_mask_select_cmd_callback, 0 },
{ { N_("/Layers/Mask to Selection"), NULL, layers_mask_select_cmd_callback, 0 },
"layers/mask_to_selection.html", NULL },
{ { "/Layers/---", NULL, NULL, 0, "<Separator>" },
NULL, NULL },
{ { N_("/Layers/Add Alpha Channel"), NULL, layers_add_alpha_channel_cmd_callback, 0 },
"layers/add_alpha_channel.html", NULL },
{ { N_("/Layers/Alpha To Selection"), NULL, layers_alpha_select_cmd_callback, 0 },
{ { N_("/Layers/Alpha to Selection"), NULL, layers_alpha_select_cmd_callback, 0 },
"layers/alpha_to_selection.html", NULL },
{ { "/Layers/---", NULL, NULL, 0, "<Separator>" },
@ -551,9 +551,9 @@ static GimpItemFactoryEntry image_entries[] =
{ { N_("/Filters"), NULL, NULL, 0, "<Branch>" },
NULL, NULL },
{ { N_("/Filters/Repeat last"), "<alt>F", filters_repeat_cmd_callback, 0x0 },
{ { N_("/Filters/Repeat Last"), "<alt>F", filters_repeat_cmd_callback, 0x0 },
"filters/repeat_last.html", NULL },
{ { N_("/Filters/Re-show last"), "<alt><shift>F", filters_repeat_cmd_callback, 0x1 },
{ { N_("/Filters/Re-Show Last"), "<alt><shift>F", filters_repeat_cmd_callback, 0x1 },
"filters/reshow_last.html", NULL },
{ { "/Filters/---", NULL, NULL, 0, "<Separator>" },
@ -715,7 +715,7 @@ static GimpItemFactoryEntry layers_entries[] =
NULL, NULL },
{ { N_("/Layer Boundary Size..."), "<control>R", layers_dialog_resize_layer_callback, 0 },
"dialogs/resize_layer.html", NULL },
{ { N_("/Resize to Image"), NULL, layers_dialog_resize_to_image_callback, 0 },
{ { N_("/Layer to Imagesize"), NULL, layers_dialog_resize_to_image_callback, 0 },
"resize_to_image.html", NULL },
{ { N_("/Scale Layer..."), "<control>S", layers_dialog_scale_layer_callback, 0 },
"dialogs/scale_layer.html", NULL },
@ -768,9 +768,9 @@ static GimpItemFactoryEntry channels_entries[] =
"channel_to_selection.html", NULL },
{ { N_("/Add to Selection"), NULL, channels_dialog_add_channel_to_sel_callback, 0 },
"channel_to_selection.html#add", NULL },
{ { N_("/Subtract From Selection"), NULL, channels_dialog_sub_channel_from_sel_callback, 0 },
{ { N_("/Subtract from Selection"), NULL, channels_dialog_sub_channel_from_sel_callback, 0 },
"channel_to_selection.html#subtract", NULL },
{ { N_("/Intersect With Selection"), NULL, channels_dialog_sub_channel_from_sel_callback, 0 },
{ { N_("/Intersect with Selection"), NULL, channels_dialog_sub_channel_from_sel_callback, 0 },
"channel_to_selection.html#intersect", NULL },
{ { "/---", NULL, NULL, 0, "<Separator>" },

View File

@ -491,7 +491,7 @@ query ()
"Shuji Narazaki (narazaki@InetQ.or.jp); http://www.inetq.or.jp/~narazaki/TheGIMP/",
"Shuji Narazaki",
"1997",
N_("<Image>/Filters/Render/Pattern/CML explorer..."),
N_("<Image>/Filters/Render/Pattern/CML Explorer..."),
"RGB*, GRAY*",
PROC_PLUG_IN,
nargs, nreturn_vals,

View File

@ -126,7 +126,7 @@ query ()
"Wolfgang Hofer (hof@hotbot.com)",
"Wolfgang Hofer",
gap_main_version,
N_("<Image>/Video/Split Video to Frames/Any XANIM readable"),
N_("<Image>/Video/Split Video to Frames/Any XANIM readable..."),
"RGB*, INDEXED*, GRAY*",
PROC_PLUG_IN,
nargs_xanim, nreturn_vals,
@ -138,7 +138,7 @@ query ()
"Wolfgang Hofer (hof@hotbot.com)",
"Wolfgang Hofer",
gap_main_version,
N_("<Toolbox>/Xtns/Split Video to Frames/Any XANIM readable"),
N_("<Toolbox>/Xtns/Split Video to Frames/Any XANIM readable..."),
"RGB*, INDEXED*, GRAY*",
PROC_EXTENSION,
nargs_xanim_ext, nreturn_vals,
@ -163,7 +163,7 @@ query ()
"Wolfgang Hofer (hof@hotbot.com)",
"Wolfgang Hofer",
gap_main_version,
N_("<Image>/Video/Encode/MPEG2 mpeg2encode..."),
N_("<Image>/Video/Encode/MPEG2..."),
"RGB*, INDEXED*, GRAY*",
PROC_PLUG_IN,
nargs_mpege, nreturn_vals,

View File

@ -105,7 +105,7 @@
)
(script-fu-register "script-fu-selection-to-anim-image"
"<Image>/Script-Fu/Animators/Sel To AnimImage"
"<Image>/Script-Fu/Animators/Selection to AnimImage..."
"Create a multilayer image from current selection and apply any PDB Filter to all layer-copies"
"Wolfgang Hofer <hof@hotbot.com>"
"Wolfgang Hofer"

View File

@ -75,7 +75,7 @@
(gimp-display-new img)))
(script-fu-register "script-fu-3d-outline-logo"
"<Toolbox>/Xtns/Script-Fu/Logos/3D Outline"
"<Toolbox>/Xtns/Script-Fu/Logos/3D Outline..."
"Creates outlined texts with drop shadow"
"Hrvoje Horvat (hhorvat@open.hr)"
"Hrvoje Horvat"

View File

@ -155,7 +155,7 @@
)
(script-fu-register "script-fu-3dtruchet"
"<Toolbox>/Xtns/Script-Fu/Patterns/3D Truchet"
"<Toolbox>/Xtns/Script-Fu/Patterns/3D Truchet..."
"3D Truchet pattern"
"Adrian Likins <aklikins@eos.ncsu.edu>"
"Adrian Likins"

View File

@ -202,7 +202,7 @@
)
(script-fu-register "script-fu-add-bevel"
"<Image>/Script-Fu/Decor/Add Bevel"
"<Image>/Script-Fu/Decor/Add Bevel..."
"Add a bevel to an image"
"Andrew Donkin <ard@cs.waikato.ac.nz>"
"Andrew Donkin"

View File

@ -162,7 +162,7 @@
(script-fu-register "script-fu-addborder"
"<Image>/Script-Fu/Modify/Add Border"
"<Image>/Script-Fu/Modify/Add Border..."
"Add a border around an image"
"Andy Thomas <alt@picnic.demon.co.uk>"
"Andy Thomas"

View File

@ -121,7 +121,7 @@
(gimp-display-new img)))
(script-fu-register "script-fu-alien-glow-right-arrow"
"<Toolbox>/Xtns/Script-Fu/Web page themes/Alien Glow/Arrow"
"<Toolbox>/Xtns/Script-Fu/Web Page Themes/Alien Glow/Arrow..."
"Create aan X-file deal"
"Adrian Likins"
"Adrian Likins"

View File

@ -64,7 +64,7 @@
(script-fu-register "script-fu-alien-glow-horizontal-ruler"
"<Toolbox>/Xtns/Script-Fu/Web page themes/Alien Glow/Hrule"
"<Toolbox>/Xtns/Script-Fu/Web Page Themes/Alien Glow/Hrule..."
"Create an Hrule with the Alien Glow look"
"Adrian Likins"
"Adrian Likins"

View File

@ -75,7 +75,7 @@
(script-fu-register "script-fu-alien-glow-bullet"
"<Toolbox>/Xtns/Script-Fu/Web page themes/Alien Glow/Bullet"
"<Toolbox>/Xtns/Script-Fu/Web Page Themes/Alien Glow/Bullet..."
"Create a Bullet with an Alien Glow them for web pages"
"Adrian Likins"
"Adrian Likins"

View File

@ -129,7 +129,7 @@
; Register!
(script-fu-register "script-fu-alien-glow-button"
"<Toolbox>/Xtns/Script-Fu/Web page themes/Alien Glow/Button"
"<Toolbox>/Xtns/Script-Fu/Web Page Themes/Alien Glow/Button..."
"Button with an eerie glow"
"Adrian Likins"
"Adrian Likins"

View File

@ -38,7 +38,7 @@
(script-fu-register "script-fu-alien-glow-logo"
"<Toolbox>/Xtns/Script-Fu/Logos/Alien Glow"
"<Toolbox>/Xtns/Script-Fu/Logos/Alien Glow..."
"Create an X-Files-esque logo with the specified glow color"
"Spencer Kimball"
"Spencer Kimball"

View File

@ -226,7 +226,7 @@
(script-fu-register
"script-fu-asc-2-img"
"<Toolbox>/Xtns/Script-Fu/Utils/ASCII 2 Image"
"<Toolbox>/Xtns/Script-Fu/Utils/ASCII to Image..."
"foo"
"Chris Gutteridge: cjg@ecs.soton.ac.uk"
"8th April 1998"
@ -244,7 +244,7 @@
(script-fu-register
"script-fu-asc-2-img-layer"
"<Image>/Script-Fu/Utils/ASCII 2 Image Layer"
"<Image>/Script-Fu/Utils/ASCII to Image Layer..."
"foo"
"Chris Gutteridge: cjg@ecs.soton.ac.uk"
"30th April 1998"

View File

@ -35,7 +35,7 @@
(gimp-display-new img)))
(script-fu-register "script-fu-basic1-logo"
"<Toolbox>/Xtns/Script-Fu/Logos/Basic I"
"<Toolbox>/Xtns/Script-Fu/Logos/Basic I..."
"Creates a simple logo with a drop shadow"
"Spencer Kimball"
"Spencer Kimball"

View File

@ -51,7 +51,7 @@
(gimp-display-new img)))
(script-fu-register "script-fu-basic2-logo"
"<Toolbox>/Xtns/Script-Fu/Logos/Basic II"
"<Toolbox>/Xtns/Script-Fu/Logos/Basic II..."
"Creates a simple logo with a shadow and a highlight"
"Spencer Kimball"
"Spencer Kimball"

View File

@ -152,7 +152,7 @@
; Register!
(script-fu-register "script-fu-button00"
"<Toolbox>/Xtns/Script-Fu/Buttons/Simple beveled button"
"<Toolbox>/Xtns/Script-Fu/Buttons/Simple Beveled Button..."
"Simple beveled button"
"Federico Mena Quintero"
"Federico Mena Quintero"

View File

@ -134,7 +134,7 @@
(script-fu-register "script-fu-beveled-pattern-arrow"
"<Toolbox>/Xtns/Script-Fu/Web page themes/Beveled pattern/Arrow"
"<Toolbox>/Xtns/Script-Fu/Web Page Themes/Beveled Pattern/Arrow..."
"Beveled pattern arrow"
"Federico Mena Quintero"
"Federico Mena Quintero"

View File

@ -74,7 +74,7 @@
(script-fu-register "script-fu-beveled-pattern-bullet"
"<Toolbox>/Xtns/Script-Fu/Web page themes/Beveled pattern/Bullet"
"<Toolbox>/Xtns/Script-Fu/Web Page Themes/Beveled Pattern/Bullet..."
"Beveled pattern bullet"
"Federico Mena Quintero"
"Federico Mena Quintero"

View File

@ -115,7 +115,7 @@
(script-fu-register "script-fu-beveled-pattern-button"
"<Toolbox>/Xtns/Script-Fu/Web page themes/Beveled pattern/Button"
"<Toolbox>/Xtns/Script-Fu/Web Page Themes/Beveled Pattern/Button..."
"Beveled pattern button"
"Federico Mena Quintero"
"Federico Mena Quintero"

View File

@ -94,7 +94,7 @@
(script-fu-register "script-fu-beveled-pattern-heading"
"<Toolbox>/Xtns/Script-Fu/Web page themes/Beveled pattern/Heading"
"<Toolbox>/Xtns/Script-Fu/Web Page Themes/Beveled Pattern/Heading..."
"Beveled pattern heading"
"Federico Mena Quintero"
"Federico Mena Quintero"

View File

@ -63,7 +63,7 @@
(script-fu-register "script-fu-beveled-pattern-hrule"
"<Toolbox>/Xtns/Script-Fu/Web page themes/Beveled pattern/Hrule"
"<Toolbox>/Xtns/Script-Fu/Web Page Themes/Beveled Pattern/Hrule..."
"Beveled pattern hrule"
"Federico Mena Quintero"
"Federico Mena Quintero"

View File

@ -214,7 +214,7 @@
(gimp-message "Blend Animation needs at least three source layers"))))
(script-fu-register "script-fu-blend-anim"
"<Image>/Script-Fu/Animators/Blend"
"<Image>/Script-Fu/Animators/Blend..."
"Blend two or more layers over a background, so that an
animation can be saved"
"Sven Neumann (neumanns@uni-duesseldorf.de)"

View File

@ -74,7 +74,7 @@
(gimp-display-new img)))
(script-fu-register "script-fu-blended-logo"
"<Toolbox>/Xtns/Script-Fu/Logos/Blended"
"<Toolbox>/Xtns/Script-Fu/Logos/Blended..."
"Creates logos with blended backgrounds, highlights, and shadows"
"Spencer Kimball"
"Spencer Kimball"

View File

@ -69,7 +69,7 @@
(script-fu-register "script-fu-bovinated-logo"
"<Toolbox>/Xtns/Script-Fu/Logos/Bovination"
"<Toolbox>/Xtns/Script-Fu/Logos/Bovination..."
"Makes Cow-spotted logos"
"Brian McFee <keebler@wco.com>"
"Brian McFee"

View File

@ -84,7 +84,7 @@
(script-fu-register
"script-fu-camo-pattern"
"<Toolbox>/Xtns/Script-Fu/Patterns/Camouflage"
"<Toolbox>/Xtns/Script-Fu/Patterns/Camouflage..."
"foo"
"Chris Gutteridge: cjg@ecs.soton.ac.uk"
"28th April 1998"

View File

@ -177,7 +177,7 @@
(gimp-image-undo-enable img)))
(script-fu-register "script-fu-carve-it"
"<Image>/Script-Fu/Stencil Ops/Carve-It"
"<Image>/Script-Fu/Stencil Ops/Carve-It..."
"Use the specified [GRAY] drawable as a stencil to carve from the specified image. The specified image must be either RGB colour or grayscale, not indexed."
"Spencer Kimball"
"Spencer Kimball"

View File

@ -151,7 +151,7 @@
(gimp-image-undo-enable img)))
(script-fu-register "script-fu-carved-logo"
"<Toolbox>/Xtns/Script-Fu/Logos/Carved"
"<Toolbox>/Xtns/Script-Fu/Logos/Carved..."
"Carve the text from the specified image. The image will be automatically tiled to accomodate the rendered text string. The \"Carve Raised Text\" parameter determines whether to carve the text itself, or around the text."
"Spencer Kimball"
"Spencer Kimball"

View File

@ -67,7 +67,7 @@
(gimp-display-new img)))
(script-fu-register "script-fu-chalk-logo"
"<Toolbox>/Xtns/Script-Fu/Logos/Chalk"
"<Toolbox>/Xtns/Script-Fu/Logos/Chalk..."
"Chalk scribbled logos"
"Manish Singh <msingh@uclink4.berkeley.edu>"
"Manish Singh"

View File

@ -112,7 +112,7 @@
(script-fu-register "script-fu-logo-chip-away"
"<Toolbox>/Xtns/Script-Fu/Logos/Chip Away"
"<Toolbox>/Xtns/Script-Fu/Logos/Chip Away..."
"Chip away effect"
"Adrian Likins <adrian@gimp.org>"
"Adrian Likins <adrian@gimp.org>"

View File

@ -182,7 +182,7 @@
(gimp-image-undo-enable img)))
(script-fu-register "script-fu-sota-chrome-it"
"<Image>/Script-Fu/Stencil Ops/Chrome-It"
"<Image>/Script-Fu/Stencil Ops/Chrome-It..."
"Use the specified [GRAY] drawable as a stencil to run the chrome effect on."
"Spencer Kimball"
"Spencer Kimball"

View File

@ -67,7 +67,7 @@
(gimp-display-new img)))
(script-fu-register "script-fu-chrome-logo"
"<Toolbox>/Xtns/Script-Fu/Logos/Chrome"
"<Toolbox>/Xtns/Script-Fu/Logos/Chrome..."
"Somewhat simplistic, but cool chromed logos"
"Spencer Kimball"
"Spencer Kimball & Peter Mattis"

View File

@ -125,7 +125,7 @@
(gimp-displays-flush)))
(script-fu-register "script-fu-circuit"
"<Image>/Script-Fu/Decor/Circuit"
"<Image>/Script-Fu/Decor/Circuit..."
"Fills the current selection with something that looks
vaguely like a circuit board."
"Adrian Likins <adrian@gimp.org>"

View File

@ -38,7 +38,7 @@
(script-fu-register "script-fu-clothify"
"<Image>/Script-Fu/Alchemy/Clothify"
"<Image>/Script-Fu/Alchemy/Clothify..."
"Render the specified text along the perimeter of a circle"
"Tim Newsome <drz@froody.bloke.com>"
"Tim Newsome"

View File

@ -56,7 +56,7 @@
(script-fu-register
"script-fu-coffee-stain"
"<Image>/Script-Fu/Decor/Coffee Stain"
"<Image>/Script-Fu/Decor/Coffee Stain..."
"foo"
"Chris Gutteridge"
"1998, Chris Gutteridge / ECS dept, University of Southampton, England."

View File

@ -210,7 +210,7 @@
(gimp-display-new image)))
(script-fu-register "script-fu-colorcycling-anim"
"<Image>/Script-Fu/Animators/Color Cycling"
"<Image>/Script-Fu/Animators/Color Cycling..."
"Creates an animation with the help of the alienmap plug-in"
"Daniel Cotting (cotting@mygale.org)"
"Daniel Cotting"

View File

@ -79,7 +79,7 @@
(script-fu-register "script-fu-comic-logo"
"<Toolbox>/Xtns/Script-Fu/Logos/Comic Book"
"<Toolbox>/Xtns/Script-Fu/Logos/Comic Book..."
"Comic-book Style Logos"
"Brian McFee <keebler@wco.com>"
"Brian McFee"

View File

@ -100,7 +100,7 @@
(script-fu-register "script-fu-cool-metal-logo"
"<Toolbox>/Xtns/Script-Fu/Logos/Cool Metal"
"<Toolbox>/Xtns/Script-Fu/Logos/Cool Metal..."
"Metallic logos with reflections and perspective shadows"
"Spencer Kimball & Rob Malda"
"Spencer Kimball & Rob Malda"

View File

@ -187,7 +187,7 @@
(script-fu-register "script-fu-crystal-logo"
"<Toolbox>/Xtns/Script-Fu/Logos/Crystal"
"<Toolbox>/Xtns/Script-Fu/Logos/Crystal..."
"Crystal/Gel effect which displaces the image underneath"
"Spencer Kimball"
"Spencer Kimball"

View File

@ -88,7 +88,7 @@
(script-fu-register
"script-fu-distress-selection"
"<Image>/Script-Fu/Selection/Distress Selection"
"<Image>/Script-Fu/Selection/Distress Selection..."
"foo"
"Chris Gutteridge"
"1998, Chris Gutteridge / ECS dept, University of Southampton, England."

View File

@ -88,7 +88,7 @@
(script-fu-register
"script-fu-distress-selection"
"<Image>/Script-Fu/Selection/Distress Selection"
"<Image>/Script-Fu/Selection/Distress Selection..."
"foo"
"Chris Gutteridge"
"1998, Chris Gutteridge / ECS dept, University of Southampton, England."

View File

@ -156,7 +156,7 @@
(gimp-displays-flush)))
(script-fu-register "script-fu-drop-shadow"
"<Image>/Script-Fu/Shadow/Drop-Shadow"
"<Image>/Script-Fu/Shadow/Drop-Shadow..."
"Add a drop-shadow of the current selection or
alpha-channel"
"Sven Neumann (neumanns@uni-duesseldorf.de)"

View File

@ -21,7 +21,7 @@
(gimp-displays-flush)))
(script-fu-register "script-fu-erase-rows"
"<Image>/Script-Fu/Alchemy/Erase every other row"
"<Image>/Script-Fu/Alchemy/Erase every other Row..."
"Erase every other row/column with the background color"
"Federico Mena Quintero"
"Federico Mena Quintero"

View File

@ -186,7 +186,7 @@
(script-fu-register
"script-fu-fade-outline"
"<Image>/Script-Fu/Selection/Fade Outline"
"<Image>/Script-Fu/Selection/Fade Outline..."
"Blend the Layers outline border from one alpha value (opaque) to another (transparent) by generating a Layermask"
"Wolfgang Hofer <hof@hotbot.com>"
"Wolfgang Hofer"

View File

@ -55,7 +55,7 @@
))
(script-fu-register "script-fu-flatland"
"<Toolbox>/Xtns/Script-Fu/Patterns/Flatland"
"<Toolbox>/Xtns/Script-Fu/Patterns/Flatland..."
"A Land Pattern"
"Adrian Likins <aklikins@eos.ncsu.edu>"
"Adrian Likins"

View File

@ -61,7 +61,7 @@
(gimp-display-new img)))
(script-fu-register "script-fu-font-map"
"<Toolbox>/Xtns/Script-Fu/Utils/Font Map"
"<Toolbox>/Xtns/Script-Fu/Utils/Font Map..."
"Generate a listing of the specified fonts"
"Spencer Kimball"
"Spencer Kimball"

Some files were not shown because too many files have changed in this diff Show More