diff options
author | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2007-04-04 19:15:20 (GMT) |
---|---|---|
committer | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2007-04-04 19:15:20 (GMT) |
commit | bd691d38fe61aed85189a6675668a67deefd8002 (patch) | |
tree | 7f7bcc4353ffd2147b592358b06865a518c14d7b /src/translator_jp.h | |
parent | 97a3911e2682bfebeebbb8999c9e3844c414c3e0 (diff) | |
download | Doxygen-bd691d38fe61aed85189a6675668a67deefd8002.zip Doxygen-bd691d38fe61aed85189a6675668a67deefd8002.tar.gz Doxygen-bd691d38fe61aed85189a6675668a67deefd8002.tar.bz2 |
Release-1.5.2
Diffstat (limited to 'src/translator_jp.h')
-rw-r--r-- | src/translator_jp.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/translator_jp.h b/src/translator_jp.h index ff226d8..c9a5d29 100644 --- a/src/translator_jp.h +++ b/src/translator_jp.h @@ -1573,14 +1573,14 @@ class TranslatorJapanese : public Translator virtual QCString trCallerGraph() { // return "Here is the caller graph for this function:"; - return "呼出しグラフ:"; + return decode("呼出しグラフ:"); } /*! This is used in the documentation of a file/namespace before the list * of documentation blocks for enumeration values */ virtual QCString trEnumerationValueDocumentation() - { return "列挙型"; } + { return decode("列挙型"); } }; #endif |