Fixed a typo
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@1282 ea778897-0a13-0410-b9d1-a72fbfd435f5
This commit is contained in:
parent
c909127a56
commit
aa91348fa4
@ -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:
|
||||
|
@ -3299,7 +3299,7 @@ create_prefs_dialog (void)
|
||||
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>"));
|
||||
|
Loading…
x
Reference in New Issue
Block a user