SF.net SVN: geany: [1710] trunk

eht16 at users.sourceforge.net eht16 at xxxxx
Tue Jul 17 08:11:43 UTC 2007


Revision: 1710
          http://svn.sourceforge.net/geany/?rev=1710&view=rev
Author:   eht16
Date:     2007-07-17 01:11:42 -0700 (Tue, 17 Jul 2007)

Log Message:
-----------
Fix typo.

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

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2007-07-17 08:10:29 UTC (rev 1709)
+++ trunk/ChangeLog	2007-07-17 08:11:42 UTC (rev 1710)
@@ -6,6 +6,7 @@
    Fix a typo in is_doc_comment_char().
  * src/callbacks.c, src/ui_utils.c, src/utils.c:
    Fix warnings about shadowing local variables.
+ * geany.glade, src/interface.c: Fix typo.
 
 
 2007-07-16  Enrico Tröger  <enrico.troeger at uvena.de>

Modified: trunk/geany.glade
===================================================================
--- trunk/geany.glade	2007-07-17 08:10:29 UTC (rev 1709)
+++ trunk/geany.glade	2007-07-17 08:11:42 UTC (rev 1710)
@@ -3222,7 +3222,7 @@
 			  <child>
 			    <widget class="GtkCheckButton" id="check_beep">
 			      <property name="visible">True</property>
-			      <property name="tooltip" translatable="yes">Whether to beep if an error occured or when the compilation process has finished.</property>
+			      <property name="tooltip" translatable="yes">Whether to beep if an error occurred or when the compilation process has finished.</property>
 			      <property name="can_focus">True</property>
 			      <property name="label" translatable="yes">Beep on errors or when compilation has finished</property>
 			      <property name="use_underline">True</property>

Modified: trunk/src/interface.c
===================================================================
--- trunk/src/interface.c	2007-07-17 08:10:29 UTC (rev 1709)
+++ trunk/src/interface.c	2007-07-17 08:11:42 UTC (rev 1710)
@@ -2741,7 +2741,7 @@
   check_beep = gtk_check_button_new_with_mnemonic (_("Beep on errors or when compilation has finished"));
   gtk_widget_show (check_beep);
   gtk_box_pack_start (GTK_BOX (vbox21), check_beep, FALSE, FALSE, 0);
-  gtk_tooltips_set_tip (tooltips, check_beep, _("Whether to beep if an error occured or when the compilation process has finished."), NULL);
+  gtk_tooltips_set_tip (tooltips, check_beep, _("Whether to beep if an error occurred or when the compilation process has finished."), NULL);
   gtk_button_set_focus_on_click (GTK_BUTTON (check_beep), FALSE);
 
   check_switch_pages = gtk_check_button_new_with_mnemonic (_("Switch to status message list at new message"));


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