]> Pileus Git - ~andy/gtk/commitdiff
Typo fix. (#162278, Torsten Schoenfeld)
authorMatthias Clasen <mclasen@redhat.com>
Mon, 27 Dec 2004 05:25:15 +0000 (05:25 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Mon, 27 Dec 2004 05:25:15 +0000 (05:25 +0000)
2004-12-27  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtkmain.c (gtk_init_with_args): Typo fix.  (#162278,
Torsten Schoenfeld)

ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gtk/gtkmain.c

index fab2d2fe5899002170cc337ea5d838f593fe2bfe..5d83a3041844a05d08882f53258c2e4e8b89f5eb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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): 
index fab2d2fe5899002170cc337ea5d838f593fe2bfe..5d83a3041844a05d08882f53258c2e4e8b89f5eb 100644 (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): 
index fab2d2fe5899002170cc337ea5d838f593fe2bfe..5d83a3041844a05d08882f53258c2e4e8b89f5eb 100644 (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): 
index fab2d2fe5899002170cc337ea5d838f593fe2bfe..5d83a3041844a05d08882f53258c2e4e8b89f5eb 100644 (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): 
index 61bc23f9ea713478ad109d10ea4b83f938ceb5b9..1a47111308e22b16a649baea9e575fb0c18340e4 100644 (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.
  *