SF.net SVN: geany:[5298] trunk

ntrel at users.sourceforge.net ntrel at xxxxx
Fri Oct 15 17:24:14 UTC 2010


Revision: 5298
          http://geany.svn.sourceforge.net/geany/?rev=5298&view=rev
Author:   ntrel
Date:     2010-10-15 17:24:13 +0000 (Fri, 15 Oct 2010)

Log Message:
-----------
Use secondary text for 'file not found on disk' dialog.

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

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2010-10-15 17:15:13 UTC (rev 5297)
+++ trunk/ChangeLog	2010-10-15 17:24:13 UTC (rev 5298)
@@ -8,6 +8,8 @@
  * src/keybindings.c, src/keybindings.h, doc/geany.txt, doc/geany.html:
    Add 'Insert New Line Before/After Current' keybindings (based on
    patch by Eugene Arshinov, thanks).
+ * src/document.c:
+   Use secondary text for 'file not found on disk' dialog.
 
 
 2010-10-08  Nick Treleaven  <nick(dot)treleaven(at)btinternet(dot)com>

Modified: trunk/src/document.c
===================================================================
--- trunk/src/document.c	2010-10-15 17:15:13 UTC (rev 5297)
+++ trunk/src/document.c	2010-10-15 17:24:13 UTC (rev 5298)
@@ -2939,8 +2939,8 @@
 		_("Close _without saving"), GTK_RESPONSE_CLOSE,
 		GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL,
 		GTK_STOCK_SAVE, GTK_RESPONSE_ACCEPT,
-		NULL,
-		_("File \"%s\" was not found on disk! Try to resave the file?"),
+		_("Try to resave the file?"),
+		_("File \"%s\" was not found on disk!"),
 		doc->file_name);
 	if (ret == GTK_RESPONSE_ACCEPT)
 	{


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