SF.net SVN: geany:[5571] trunk
eht16 at users.sourceforge.net
eht16 at xxxxx
Sun Mar 6 12:11:54 UTC 2011
Revision: 5571
http://geany.svn.sourceforge.net/geany/?rev=5571&view=rev
Author: eht16
Date: 2011-03-06 12:11:54 +0000 (Sun, 06 Mar 2011)
Log Message:
-----------
Fix typo.
Modified Paths:
--------------
trunk/ChangeLog
trunk/geany.glade
trunk/src/interface.c
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2011-03-06 12:09:14 UTC (rev 5570)
+++ trunk/ChangeLog 2011-03-06 12:11:54 UTC (rev 5571)
@@ -1,3 +1,9 @@
+2011-03-06 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
+
+ * src/interface.c, geany.glade:
+ Fix typo.
+
+
2011-03-05 Colomban Wendling <colomban(at)geany(dot)org>
* configure.ac, wscript, makefile.win32, src/Makefile.am,
Modified: trunk/geany.glade
===================================================================
--- trunk/geany.glade 2011-03-06 12:09:14 UTC (rev 5570)
+++ trunk/geany.glade 2011-03-06 12:11:54 UTC (rev 5571)
@@ -6794,7 +6794,7 @@
<child>
<widget class="GtkSpinButton" id="spin_symbol_update_freq">
<property name="visible">True</property>
- <property name="tooltip" translatable="yes">Minimal delay (in milliseconds) between two automatic updates of the symbol list. Note that a too short delay may have performance impact, espcially with large files. A delay of 0 disables real-time updates.</property>
+ <property name="tooltip" translatable="yes">Minimal delay (in milliseconds) between two automatic updates of the symbol list. Note that a too short delay may have performance impact, especially with large files. A delay of 0 disables real-time updates.</property>
<property name="can_focus">True</property>
<property name="climb_rate">1</property>
<property name="digits">0</property>
Modified: trunk/src/interface.c
===================================================================
--- trunk/src/interface.c 2011-03-06 12:09:14 UTC (rev 5570)
+++ trunk/src/interface.c 2011-03-06 12:11:54 UTC (rev 5571)
@@ -4044,7 +4044,7 @@
gtk_table_attach (GTK_TABLE (table14), spin_symbol_update_freq, 1, 2, 3, 4,
(GtkAttachOptions) (GTK_EXPAND | GTK_FILL),
(GtkAttachOptions) (0), 0, 0);
- gtk_tooltips_set_tip (tooltips, spin_symbol_update_freq, _("Minimal delay (in milliseconds) between two automatic updates of the symbol list. Note that a too short delay may have performance impact, espcially with large files. A delay of 0 disables real-time updates."), NULL);
+ gtk_tooltips_set_tip (tooltips, spin_symbol_update_freq, _("Minimal delay (in milliseconds) between two automatic updates of the symbol list. Note that a too short delay may have performance impact, especially with large files. A delay of 0 disables real-time updates."), NULL);
gtk_spin_button_set_numeric (GTK_SPIN_BUTTON (spin_symbol_update_freq), TRUE);
label177 = gtk_label_new (_("<b>Completions</b>"));
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