mirror of https://github.com/GNOME/gimp.git
app: Fix annoying typos in previous commit
This commit is contained in:
parent
cb94993f40
commit
5383bf0dc7
|
@ -123,7 +123,7 @@ gimp_floating_sel_undo_pop (GimpUndo *undo,
|
|||
}
|
||||
|
||||
/* When the floating selection is converted to/from a normal
|
||||
* layer it does something resembling a name, so emit the
|
||||
* layer it does something resembling a name change, so emit the
|
||||
* "name-changed" signal
|
||||
*/
|
||||
gimp_object_name_changed (GIMP_OBJECT (floating_layer));
|
||||
|
|
|
@ -150,8 +150,8 @@ floating_sel_to_layer (GimpLayer *layer,
|
|||
gimp_image_undo_group_end (image);
|
||||
|
||||
/* When the floating selection is converted to/from a normal layer
|
||||
* it does something resembling a name, so emit the "name-changed"
|
||||
* signal
|
||||
* it does something resembling a name change, so emit the
|
||||
* "name-changed" signal
|
||||
*/
|
||||
gimp_object_name_changed (GIMP_OBJECT (layer));
|
||||
|
||||
|
|
Loading…
Reference in New Issue