Typo fix. (#162278, Torsten Schoenfeld)

2004-12-27  Matthias Clasen  <mclasen@redhat.com>

	* gtk/gtkmain.c (gtk_init_with_args): Typo fix.  (#162278,
	Torsten Schoenfeld)
This commit is contained in:
Matthias Clasen 2004-12-27 05:25:15 +00:00 committed by Matthias Clasen
parent d181d74e77
commit f1f0b19995
5 changed files with 21 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2004-12-27 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkmain.c (gtk_init_with_args): Typo fix. (#162278,
Torsten Schoenfeld)
2004-12-26 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkfilechooser.c (gtk_file_chooser_set_action):

View File

@ -1,3 +1,8 @@
2004-12-27 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkmain.c (gtk_init_with_args): Typo fix. (#162278,
Torsten Schoenfeld)
2004-12-26 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkfilechooser.c (gtk_file_chooser_set_action):

View File

@ -1,3 +1,8 @@
2004-12-27 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkmain.c (gtk_init_with_args): Typo fix. (#162278,
Torsten Schoenfeld)
2004-12-26 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkfilechooser.c (gtk_file_chooser_set_action):

View File

@ -1,3 +1,8 @@
2004-12-27 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkmain.c (gtk_init_with_args): Typo fix. (#162278,
Torsten Schoenfeld)
2004-12-26 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkfilechooser.c (gtk_file_chooser_set_action):

View File

@ -588,7 +588,7 @@ gtk_get_option_group (gboolean open_default_display)
*
* This function does the same work as gtk_init_check().
* Additionally, it allows you to add your own commandline options,
* and it automatically generated nicely formatted
* and it automatically generates nicely formatted
* <option>--help</option> output. Note that your program will
* be terminated after writing out the help output.
*