gnumeric r16851 - in trunk: . src



Author: guelzow
Date: Fri Oct  3 21:52:50 2008
New Revision: 16851
URL: http://svn.gnome.org/viewvc/gnumeric?rev=16851&view=rev

Log:
2008-10-03  Andreas J. Guelzow <aguelzow pyrshep ca>

	Fix for #554818
	* src/stf.c (stf_text_to_columns): don't use markup
	  in the error message




Modified:
   trunk/ChangeLog
   trunk/NEWS
   trunk/src/stf.c

Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS	(original)
+++ trunk/NEWS	Fri Oct  3 21:52:50 2008
@@ -23,6 +23,7 @@
 	* Added additive Holt-Winters exponential smoothing.
 	* Fix scenario report shift. [#554591]
 	* Added multiplicative Holt-Winters exponential smoothing.
+	* Fix minor bugs. [#554818]
 
 Jean:
 	* Fix printing of rotated text. [#539734]

Modified: trunk/src/stf.c
==============================================================================
--- trunk/src/stf.c	(original)
+++ trunk/src/stf.c	Fri Oct  3 21:52:50 2008
@@ -273,7 +273,7 @@
 		return;
 	if (range_width	(src) > 1) {
 		go_cmd_context_error (cc, g_error_new (go_error_invalid (), 0,
-			_("Only one column of <b>input</b> data can be parsed at a time")));
+			_("Only one column of input data can be parsed at a time")));
 		return;
 	}
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]