AUDIT: r21806 - gnucash/branches/2.4/src/gnome-utils - Add a "features" table to the KVP frame, and pop up an error message

Geert Janssens gjanssens at code.gnucash.org
Sat Dec 31 04:22:00 EST 2011


Author: gjanssens
Date: 2011-12-31 04:21:57 -0500 (Sat, 31 Dec 2011)
New Revision: 21806
Trac: http://svn.gnucash.org/trac/changeset/21806

Modified:
   gnucash/branches/2.4/src/gnome-utils/gnc-file.c
Log:
Add a "features" table to the KVP frame, and pop up an error message
if we find a feature we don't know about.  Currently there are no
known features, so essentially we will error out if we see anything.

The format for the slots table is:

  Book Slots ->
      features (frame) ->
            <feature name> (string) -> <feature description>
            ...

The feature description is printed to the user: it should be stored in
the slots table in English but it should be defined as a translatable
string.

BP



More information about the gnucash-patches mailing list