Fixed a string.

This commit is contained in:
Kwok-Koon Cheung 2001-08-17 20:31:03 +00:00
parent 145b5290e9
commit 11ef06833d
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2001-08-18 Abel Cheung <maddog@linux.org.hk>
* interface.c (edit_create): Fixed a string (cut 'n paste is source
of all evil)
2001-07-31 Chema Celorio <chema@celorio.com>
* Makefile.am (cappletname): add DISTDIR to install-data-local

View file

@ -498,7 +498,7 @@ edit_create (void)
gtk_widget_show (label6);
gtk_notebook_set_tab_label (GTK_NOTEBOOK (notebook1), gtk_notebook_get_nth_page (GTK_NOTEBOOK (notebook1), 2), label6);
frame4 = gtk_frame_new (_("Default Help Viewer"));
frame4 = gtk_frame_new (_("Default Terminal"));
gtk_widget_ref (frame4);
gtk_object_set_data_full (GTK_OBJECT (capplet), "frame4", frame4,
(GtkDestroyNotify) gtk_widget_unref);