SF.net SVN: geany: [952] trunk

eht16 at users.sourceforge.net eht16 at xxxxx
Wed Nov 1 15:53:53 UTC 2006


Revision: 952
          http://svn.sourceforge.net/geany/?rev=952&view=rev
Author:   eht16
Date:     2006-11-01 07:53:48 -0800 (Wed, 01 Nov 2006)

Log Message:
-----------
Changed tooltip of checkbox "Close dialog" to be more descriptive.

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/src/search.c

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2006-11-01 15:26:41 UTC (rev 951)
+++ trunk/ChangeLog	2006-11-01 15:53:48 UTC (rev 952)
@@ -1,3 +1,9 @@
+2006-11-01  Enrico Tröger  <enrico.troeger at uvena.de>
+
+ * src/search.c: Changed tooltip of checkbox "Close dialog" to be more
+                 descriptive.
+
+
 2006-11-01  Nick Treleaven  <nick.treleaven at btinternet.com>
 
  * src/document.c: Prevent possible invalid memory read.

Modified: trunk/src/search.c
===================================================================
--- trunk/src/search.c	2006-11-01 15:26:41 UTC (rev 951)
+++ trunk/src/search.c	2006-11-01 15:53:48 UTC (rev 952)
@@ -323,7 +323,7 @@
 						gtk_widget_ref(check_close), (GDestroyNotify) gtk_widget_unref);
 		gtk_button_set_focus_on_click(GTK_BUTTON(check_close), FALSE);
 		gtk_tooltips_set_tip(tooltips, check_close,
-				_("The dialog window won't be closed when you start the operation."), NULL);
+				_("Disable this option to do not close this dialog."), NULL);
 		gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(check_close), TRUE);
 		gtk_container_add(GTK_CONTAINER(bbox), check_close);
 		gtk_button_box_set_child_secondary(GTK_BUTTON_BOX(bbox), check_close, TRUE);
@@ -458,7 +458,7 @@
 						gtk_widget_ref(check_close), (GDestroyNotify) gtk_widget_unref);
 		gtk_button_set_focus_on_click(GTK_BUTTON(check_close), FALSE);
 		gtk_tooltips_set_tip(tooltips, check_close,
-				_("The dialog window won't be closed when you start the operation."), NULL);
+				_("Disable this option to do not close this dialog."), NULL);
 		gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(check_close), TRUE);
 		gtk_container_add(GTK_CONTAINER(bbox), check_close);
 		gtk_button_box_set_child_secondary(GTK_BUTTON_BOX(bbox), check_close, TRUE);


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