r21767 - gnucash/trunk/src/gnome-utils - Add a "features" table to the KVP frame, and pop up an error message

Derek Atkins warlord at code.gnucash.org
Tue Dec 20 16:12:22 EST 2011


Author: warlord
Date: 2011-12-20 16:12:22 -0500 (Tue, 20 Dec 2011)
New Revision: 21767
Trac: http://svn.gnucash.org/trac/changeset/21767

Modified:
   gnucash/trunk/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