SF.net SVN: geany: [2582] trunk

eht16 at users.sourceforge.net eht16 at xxxxx
Wed May 14 15:50:26 UTC 2008


Revision: 2582
          http://geany.svn.sourceforge.net/geany/?rev=2582&view=rev
Author:   eht16
Date:     2008-05-14 08:50:11 -0700 (Wed, 14 May 2008)

Log Message:
-----------
Change an error message to be more clear about the error.

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/plugins/vcdiff.c

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2008-05-14 15:46:48 UTC (rev 2581)
+++ trunk/ChangeLog	2008-05-14 15:50:11 UTC (rev 2582)
@@ -13,6 +13,8 @@
    Add new function document_set_indicator_on_line() for future use.
    Add some functions to the plugin API for the upcoming spell check
    plugin.
+ * plugins/vcdiff.c:
+   Change an error message to be more clear about the error.
 
 
 2008-05-14  Nick Treleaven  <nick(dot)treleaven(at)btinternet(dot)com>

Modified: trunk/plugins/vcdiff.c
===================================================================
--- trunk/plugins/vcdiff.c	2008-05-14 15:46:48 UTC (rev 2581)
+++ trunk/plugins/vcdiff.c	2008-05-14 15:50:11 UTC (rev 2582)
@@ -304,7 +304,7 @@
 	}
 	else
 	{
-		p_ui->set_statusbar(FALSE, _("Could not parse the output of the diff"));
+		p_ui->set_statusbar(FALSE, _("Input conversion of the diff output failed."));
 	}
 	g_free(text);
 	g_free(detect_enc);


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