SF.net SVN: geany: [1621] trunk

eht16 at users.sourceforge.net eht16 at xxxxx
Fri Jun 15 13:33:01 UTC 2007


Revision: 1621
          http://svn.sourceforge.net/geany/?rev=1621&view=rev
Author:   eht16
Date:     2007-06-15 06:33:01 -0700 (Fri, 15 Jun 2007)

Log Message:
-----------
Fixed spelling of GTK.

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/geany.glade
    trunk/src/interface.c
    trunk/src/tools.c

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2007-06-14 18:47:40 UTC (rev 1620)
+++ trunk/ChangeLog	2007-06-15 13:33:01 UTC (rev 1621)
@@ -1,3 +1,8 @@
+2007-06-15  Enrico Tröger  <enrico.troeger at uvena.de>
+
+ * geany.glade, src/interface.c, src/tools.c: Fixed spelling of GTK.
+
+
 2007-06-14  Frank Lanitz  <frank at frank.uvena.de>
 
  * src/tools.c: Fixed a small typo.

Modified: trunk/geany.glade
===================================================================
--- trunk/geany.glade	2007-06-14 18:47:40 UTC (rev 1620)
+++ trunk/geany.glade	2007-06-15 13:33:01 UTC (rev 1621)
@@ -1410,7 +1410,7 @@
 			  <child>
 			    <widget class="GtkMenuItem" id="menu_create_gtk_class">
 			      <property name="visible">True</property>
-			      <property name="label" translatable="yes">Gtk+ class</property>
+			      <property name="label" translatable="yes">GTK+ class</property>
 			      <property name="use_underline">True</property>
 			      <signal name="activate" handler="on_menu_create_gtk_class_activate" last_modification_time="Mon, 11 Jun 2007 10:50:17 GMT"/>
 			    </widget>

Modified: trunk/src/interface.c
===================================================================
--- trunk/src/interface.c	2007-06-14 18:47:40 UTC (rev 1620)
+++ trunk/src/interface.c	2007-06-15 13:33:01 UTC (rev 1621)
@@ -975,7 +975,7 @@
   gtk_widget_show (menu_create_cpp_class);
   gtk_container_add (GTK_CONTAINER (menu_create_class1_menu), menu_create_cpp_class);
 
-  menu_create_gtk_class = gtk_menu_item_new_with_mnemonic (_("Gtk+ class"));
+  menu_create_gtk_class = gtk_menu_item_new_with_mnemonic (_("GTK+ class"));
   gtk_widget_show (menu_create_gtk_class);
   gtk_container_add (GTK_CONTAINER (menu_create_class1_menu), menu_create_gtk_class);
 

Modified: trunk/src/tools.c
===================================================================
--- trunk/src/tools.c	2007-06-14 18:47:40 UTC (rev 1620)
+++ trunk/src/tools.c	2007-06-15 13:33:01 UTC (rev 1621)
@@ -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