Revision: 1282 http://svn.sourceforge.net/geany/?rev=1282&view=rev Author: kretek Date: 2007-02-14 11:17:19 -0800 (Wed, 14 Feb 2007)
Log Message: ----------- Fixed a typo
Modified Paths: -------------- trunk/ChangeLog trunk/src/interface.c
Modified: trunk/ChangeLog =================================================================== --- trunk/ChangeLog 2007-02-14 17:43:19 UTC (rev 1281) +++ trunk/ChangeLog 2007-02-14 19:17:19 UTC (rev 1282) @@ -1,3 +1,8 @@ +2007-02-14 Frank Lanitz frank@frank.uvena.de + + * src/interface.c: Fixed a typo. + + 2007-02-14 Nick Treleaven nick.treleaven@btinternet.com
* geany.desktop.in:
Modified: trunk/src/interface.c =================================================================== --- trunk/src/interface.c 2007-02-14 17:43:19 UTC (rev 1281) +++ trunk/src/interface.c 2007-02-14 19:17:19 UTC (rev 1282) @@ -3299,7 +3299,7 @@ check_use_tabs = gtk_check_button_new_with_mnemonic (_("Use tabulators when inserting whitespace")); gtk_widget_show (check_use_tabs); gtk_box_pack_start (GTK_BOX (vbox17), check_use_tabs, FALSE, FALSE, 0); - gtk_tooltips_set_tip (tooltips, check_use_tabs, _("Whenever some whitespace is inserted by Geany it will use tabluators when enabled otherwise Geany will use just spaces."), NULL); + gtk_tooltips_set_tip (tooltips, check_use_tabs, _("Whenever some whitespace is inserted by Geany it will use tabulators when enabled otherwise Geany will use just spaces."), NULL); gtk_button_set_focus_on_click (GTK_BUTTON (check_use_tabs), FALSE);
label172 = gtk_label_new (_("<b>Features</b>"));
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.