mirror of https://github.com/GNOME/gimp.git
app: fix a typo
This commit is contained in:
parent
014cc2140e
commit
8e49a5fafb
|
@ -128,8 +128,8 @@ gimp_tool_preset_editor_constructed (GObject *object)
|
||||||
FALSE, FALSE, 0);
|
FALSE, FALSE, 0);
|
||||||
gtk_widget_show (button);
|
gtk_widget_show (button);
|
||||||
|
|
||||||
button = gimp_prop_check_button_new (G_OBJECT (preset), "use-palette"
|
button = gimp_prop_check_button_new (G_OBJECT (preset), "use-palette",
|
||||||
, _("Apply stored pallete"));
|
_("Apply stored palette"));
|
||||||
gtk_box_pack_start (GTK_BOX (data_editor), button,
|
gtk_box_pack_start (GTK_BOX (data_editor), button,
|
||||||
FALSE, FALSE, 0);
|
FALSE, FALSE, 0);
|
||||||
gtk_widget_show (button);
|
gtk_widget_show (button);
|
||||||
|
|
Loading…
Reference in New Issue