Work on commodity editor.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3921 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Dave Peticolas
2001-04-10 09:26:01 +00:00
parent f381ba1a68
commit 80831eacab
13 changed files with 826 additions and 9 deletions

View File

@@ -1299,8 +1299,7 @@ For now, this is what we have.
</listitem>
<listitem>
<para>scheme -- scheme and guile code -- <filename> src/scm </filename> plus
<filename> src/guile </filename> -- in parenthesis is <filename/*.c + *.h + *.scm/
<filename> src/guile </filename> -- in parenthesis is <filename>*.c + *.h + *.scm</filename>
</para>
</listitem>
<listitem>
@@ -1311,7 +1310,8 @@ For now, this is what we have.
<listitem>
<para>Languages -- the number of languages that the application messages
have been translated to. In parenthesis, the number of messages
in the message files <command/grep msgstr *.po |wc/, in thousands.
in the message files <command>grep msgstr *.po |wc</command>,
in thousands.
</para>
</listitem>

View File

@@ -120,6 +120,7 @@ examine some of the other reports in <filename> src/scm/report
rendering this with a HTML widget. (Future versions of GnuCash will
hopefully support a more flexible system). </para>
</sect1>
</article>
<!-- Local variables: -->
<!-- sgml-parent-document: "gnucash.sgml" -->