r15887 - gnucash/trunk/src/engine - The root account name should never be visible, so no need to mark it
David Hampton
hampton at cvs.gnucash.org
Sat Apr 14 14:22:59 EDT 2007
Author: hampton
Date: 2007-04-14 14:22:58 -0400 (Sat, 14 Apr 2007)
New Revision: 15887
Trac: http://svn.gnucash.org/trac/changeset/15887
Modified:
gnucash/trunk/src/engine/Account.c
Log:
The root account name should never be visible, so no need to mark it
for translation.
Modified: gnucash/trunk/src/engine/Account.c
===================================================================
--- gnucash/trunk/src/engine/Account.c 2007-04-14 16:19:12 UTC (rev 15886)
+++ gnucash/trunk/src/engine/Account.c 2007-04-14 18:22:58 UTC (rev 15887)
@@ -569,7 +569,7 @@
rpriv = GET_PRIVATE(root);
xaccAccountBeginEdit(root);
rpriv->type = ACCT_TYPE_ROOT;
- CACHE_REPLACE(rpriv->accountName, _("Root Account"));
+ CACHE_REPLACE(rpriv->accountName, "Root Account");
xaccAccountCommitEdit(root);
gnc_book_set_root_account(book, root);
return root;
More information about the gnucash-changes
mailing list