Fixed a small typo

git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@1619 ea778897-0a13-0410-b9d1-a72fbfd435f5
This commit is contained in:
Frank Lanitz 2007-06-14 18:47:08 +00:00
parent 69e70bf715
commit 72fe75c980
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2007-06-14 Frank Lanitz <frank@frank.uvena.de>
* src/tools.c: Fixed a small typo.
2007-06-14 Enrico Tröger <enrico.troeger@uvena.de>
* src/callbacks.c: Avoid creation of unwanted undo action when opening

View File

@ -1081,7 +1081,7 @@ void tools_show_dialog_create_class(gint type)
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);