gnumeric r16266 - in trunk: . plugins/fn-financial



Author: mortenw
Date: Thu Jan 10 17:42:24 2008
New Revision: 16266
URL: http://svn.gnome.org/viewvc/gnumeric?rev=16266&view=rev

Log:
* Fix NPV doc problem.  [#506160]



Modified:
   trunk/NEWS
   trunk/plugins/fn-financial/ChangeLog
   trunk/plugins/fn-financial/functions.c

Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS	(original)
+++ trunk/NEWS	Thu Jan 10 17:42:24 2008
@@ -1,4 +1,10 @@
-Gnumeric 1.7.92 (rc3)
+Gnumeric 1.9.0
+
+Morten:
+	* Fix NPV doc problem.  [#506160]
+
+--------------------------------------------------------------------------
+Gnumeric 1.8.0
 
 Andreas:
 	* Fix print area bug [#502206]

Modified: trunk/plugins/fn-financial/functions.c
==============================================================================
--- trunk/plugins/fn-financial/functions.c	(original)
+++ trunk/plugins/fn-financial/functions.c	Thu Jan 10 17:42:24 2008
@@ -4089,7 +4089,7 @@
 	{ "nper", "fff|ff", "rate,pmt,pv,fv,type",
 	  help_nper,	  gnumeric_nper, NULL, NULL, NULL, NULL,
 	  GNM_FUNC_SIMPLE, GNM_FUNC_IMPL_STATUS_COMPLETE, GNM_FUNC_TEST_STATUS_BASIC },
-	{ "npv", NULL, "",
+	{ "npv", NULL, N_("rate,values"),
 	  help_npv,	  NULL, gnumeric_npv, NULL, NULL, NULL,
 	  GNM_FUNC_SIMPLE + GNM_FUNC_AUTO_MONETARY,
 	  GNM_FUNC_IMPL_STATUS_COMPLETE, GNM_FUNC_TEST_STATUS_BASIC },



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