[Gnucash-changes] r12192 - gnucash/trunk/src/scm - Add tooltip to account type list option

Christian Stimming cstim at cvs.gnucash.org
Wed Dec 28 17:05:12 EST 2005


Author: cstim
Date: 2005-12-28 17:05:11 -0500 (Wed, 28 Dec 2005)
New Revision: 12192
Trac: http://svn.gnucash.org/trac/changeset/12192

Modified:
   gnucash/trunk/src/scm/main-window.scm
Log:
Add tooltip to account type list option

Modified: gnucash/trunk/src/scm/main-window.scm
===================================================================
--- gnucash/trunk/src/scm/main-window.scm	2005-12-28 19:27:05 UTC (rev 12191)
+++ gnucash/trunk/src/scm/main-window.scm	2005-12-28 22:05:11 UTC (rev 12192)
@@ -48,7 +48,7 @@
     (add-option
      (gnc:make-list-option
       (N_ "Account Tree") (N_ "Account types to display")
-      "b" ""
+      "b" (N_ "Select the account types that should be displayed.")
       (list 'bank 'cash 'credit 'asset 'liability 'stock
             'mutual 'currency 'income 'expense 'equity 'payable 'receivable)
       (list (list->vector (list 'bank      (N_ "Bank") ""))



More information about the gnucash-changes mailing list