diff options
author | Stef Walter <stef@memberwebs.com> | 2004-07-24 19:09:14 +0000 |
---|---|---|
committer | Stef Walter <stef@memberwebs.com> | 2004-07-24 19:09:14 +0000 |
commit | 07e7c437647e45b6f06b30a8dc02b663fd6a782c (patch) | |
tree | bdf2432a9d89a29fe60be7ea5e25f20ea5b817ee /src | |
parent | 8335fdb6b7e7afb57d096e0f3a453b662f7a23c0 (diff) |
- Windows changes and fixes
Diffstat (limited to 'src')
-rw-r--r-- | src/xmlcomposer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xmlcomposer.cpp b/src/xmlcomposer.cpp index dcd4c34..2b65833 100644 --- a/src/xmlcomposer.cpp +++ b/src/xmlcomposer.cpp @@ -711,7 +711,7 @@ ON_INITIALIZE(FontTable) ON_GROUPSTART(FontTable) { - // Each group should be a style + // Each group should be a font AN_ANALYSER(Font); } |