Fixed a typo
1999-07-27 Tomas Ogren <stric@ing.umu.se> * app/transform_tool.c: Fixed a typo
This commit is contained in:
@ -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
|
||||
|
@ -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);
|
||||
|
@ -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);
|
||||
|
Reference in New Issue
Block a user