diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2012-12-26 15:59:17 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2012-12-26 15:59:17 (GMT) |
commit | 48f4de5c47d55b6622b6fdc9b5c288e19d5692f9 (patch) | |
tree | 629c4681a5158d26512b815623754b33165d8d23 /src/translator_cn.h | |
parent | fee4053bd3dd075a2dd2cba4da8166ec5307eadd (diff) | |
download | Doxygen-48f4de5c47d55b6622b6fdc9b5c288e19d5692f9.zip Doxygen-48f4de5c47d55b6622b6fdc9b5c288e19d5692f9.tar.gz Doxygen-48f4de5c47d55b6622b6fdc9b5c288e19d5692f9.tar.bz2 |
Release-1.8.3
Diffstat (limited to 'src/translator_cn.h')
-rw-r--r-- | src/translator_cn.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/translator_cn.h b/src/translator_cn.h index 94a40dc..197cfe4 100644 --- a/src/translator_cn.h +++ b/src/translator_cn.h @@ -543,7 +543,7 @@ class TranslatorChinese : public TranslatorAdapter_1_8_2 if (i!=numEntries-1) // not the last entry, so we need a separator { if (i<numEntries-2) // not the fore last entry - result+=","; + result+=","CN_SPC; else // the fore last entry result+=CN_SPC", 以及"CN_SPC; } |