SF.net SVN: geany: [1619] trunk

frlan at users.sourceforge.net frlan at xxxxx
Thu Jun 14 18:47:08 UTC 2007


Revision: 1619
          http://svn.sourceforge.net/geany/?rev=1619&view=rev
Author:   frlan
Date:     2007-06-14 11:47:08 -0700 (Thu, 14 Jun 2007)

Log Message:
-----------
Fixed a small typo

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/src/tools.c

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2007-06-14 16:24:58 UTC (rev 1618)
+++ trunk/ChangeLog	2007-06-14 18:47:08 UTC (rev 1619)
@@ -1,3 +1,8 @@
+2007-06-14  Frank Lanitz  <frank at frank.uvena.de>
+
+ * src/tools.c: Fixed a small typo.
+
+
 2007-06-14  Enrico Tröger  <enrico.troeger at uvena.de>
 
  * src/callbacks.c: Avoid creation of unwanted undo action when opening

Modified: trunk/src/tools.c
===================================================================
--- trunk/src/tools.c	2007-06-14 16:24:58 UTC (rev 1618)
+++ trunk/src/tools.c	2007-06-14 18:47:08 UTC (rev 1619)
@@ -1081,7 +1081,7 @@
 		g_signal_connect(G_OBJECT(cc_dlg->create_constructor_box), "toggled",
 				G_CALLBACK(on_set_sensitive_toggled), (gpointer)hbox);
 
-		label = gtk_label_new(_("GTK+ constructor type"));
+		label = gtk_label_new(_("Gtk+ constructor type"));
 		gtk_box_pack_start(GTK_BOX(hbox), label, FALSE, FALSE, 0);
 		gtk_widget_show(label);
 


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the Commits mailing list