Fixed a typo

1999-07-27  Tomas Ogren  <stric@ing.umu.se>

* app/transform_tool.c: Fixed a typo
This commit is contained in:
Tomas Ogren 1999-07-27 01:09:04 +00:00 committed by Tomas Ögren
parent a89287a132
commit 5cd833bede
3 changed files with 6 additions and 2 deletions

View file

@ -1,3 +1,7 @@
1999-07-27 Tomas Ogren <stric@ing.umu.se>
* app/transform_tool.c: Fixed a typo
1999-07-27 Tomas Ogren <stric@ing.umu.se>
* app/actionarea.c

View file

@ -255,7 +255,7 @@ transform_options_new (void)
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 (_("Showpath"));
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);

View file

@ -255,7 +255,7 @@ transform_options_new (void)
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 (_("Showpath"));
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);