SF.net SVN: geany: [737] trunk/src/utils.c

ntrel at users.sourceforge.net ntrel at xxxxx
Fri Aug 18 17:23:43 UTC 2006


Revision: 737
Author:   ntrel
Date:     2006-08-18 10:23:40 -0700 (Fri, 18 Aug 2006)
ViewCVS:  http://svn.sourceforge.net/geany/?rev=737&view=rev

Log Message:
-----------
Use Reload button for utils_check_disk_status dialog

Modified Paths:
--------------
    trunk/src/utils.c
Modified: trunk/src/utils.c
===================================================================
--- trunk/src/utils.c	2006-08-18 17:22:57 UTC (rev 736)
+++ trunk/src/utils.c	2006-08-18 17:23:40 UTC (rev 737)
@@ -980,9 +980,10 @@
 	{
 		gchar *basename = g_path_get_basename(doc_list[idx].file_name);
 
-		if (dialogs_show_question(_
-					 ("The file '%s' on the disk is more recent than\n"
-					  "the current buffer.\nDo you want to reload it?"), basename))
+		if (dialogs_show_question_full(_("_Reload"), GTK_STOCK_CANCEL,
+			_("Do you want to reload it?"),
+			_("The file '%s' on the disk is more recent than\n"
+				"the current buffer."), basename))
 		{
 			document_reload_file(idx, NULL);
 			doc_list[idx].last_check = t;


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