diff options
author | Federico Mena Quintero <federico@nuclecu.unam.mx> | 1998-03-12 23:45:37 +0000 |
---|---|---|
committer | Arturo Espinosa <unammx@src.gnome.org> | 1998-03-12 23:45:37 +0000 |
commit | 8eb77dfea292a3178d805f9e0f9990660c11c6ea (patch) | |
tree | b82bc9f2d68cc2ddd1572aba5e1c0a526d52f538 /docs/tutorial | |
parent | 9c8ed97e8350df4bf7058040f03d4cbddf59c721 (diff) | |
download | gtk+-8eb77dfea292a3178d805f9e0f9990660c11c6ea.tar.gz |
fix one missing quote.
1998-03-12 Federico Mena Quintero <federico@nuclecu.unam.mx>
* docs/gtk_tut.sgml: fix one missing quote.
Diffstat (limited to 'docs/tutorial')
-rw-r--r-- | docs/tutorial/gtk_tut.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorial/gtk_tut.sgml b/docs/tutorial/gtk_tut.sgml index 1406c5e5d6..966660b926 100644 --- a/docs/tutorial/gtk_tut.sgml +++ b/docs/tutorial/gtk_tut.sgml @@ -229,7 +229,7 @@ int main (int argc, char *argv[]) GTK_SIGNAL_FUNC (hello), NULL); /* This will cause the window to be destroyed by calling - * gtk_widget_destroy(window) when "clicked. Again, the destroy + * gtk_widget_destroy(window) when "clicked". Again, the destroy * signal could come from here, or the window manager. */ gtk_signal_connect_object (GTK_OBJECT (button), "clicked", GTK_SIGNAL_FUNC (gtk_widget_destroy), |