From 62b09c3539ff2c8536489fa0d60ad8dc54ffeb8b Mon Sep 17 00:00:00 2001 From: Linas Vepstas Date: Sat, 2 Jan 1999 10:05:28 +0000 Subject: [PATCH] presto chango git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@1533 57a11ea4-9604-0410-9ed3-97b8803252fd --- src/quotes/gnc-prices | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/quotes/gnc-prices b/src/quotes/gnc-prices index a88a780adc..0cb96b31f5 100755 --- a/src/quotes/gnc-prices +++ b/src/quotes/gnc-prices @@ -39,7 +39,7 @@ sub setprice $trans = gnucash::xaccMallocTransaction(); gnucash::xaccTransBeginEdit ($trans, 1); - gnucash::xaccTransSetDescription ($trans, "aPrice"); + gnucash::xaccTransSetDescription ($trans, "Price"); gnucash::xaccTransSetDateStr ($trans,$dayte); $split = gnucash::xaccTransGetSplit ($trans, 0);