summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2020-06-04 16:45:54 (GMT)
committeralbert-github <albert.tests@gmail.com>2020-06-04 16:45:54 (GMT)
commit73d699a94cf96915a6b5897b7747d0964df647ca (patch)
treee87213ba33a9c28ebc0946b2856f2700c7824d7f
parentfd1111503cd3e403db3784d03530e6ec3ac37032 (diff)
downloadDoxygen-73d699a94cf96915a6b5897b7747d0964df647ca.zip
Doxygen-73d699a94cf96915a6b5897b7747d0964df647ca.tar.gz
Doxygen-73d699a94cf96915a6b5897b7747d0964df647ca.tar.bz2
Incorrect htmlhelp language code for Indonesian
The language code for Indonesian is `0x421` and not `0x412`, the later is for Korean.
-rw-r--r--src/htmlhelp.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/htmlhelp.cpp b/src/htmlhelp.cpp
index 066e6f7..44dea05 100644
--- a/src/htmlhelp.cpp
+++ b/src/htmlhelp.cpp
@@ -420,7 +420,7 @@ void HtmlHelp::initialize()
s_languageDict.insert("chinese-traditional", new QCString("0x404 Chinese (Taiwan)"));
// new LCIDs
- s_languageDict.insert("indonesian", new QCString("0x412 Indonesian"));
+ s_languageDict.insert("indonesian", new QCString("0x421 Indonesian"));
s_languageDict.insert("croatian", new QCString("0x41A Croatian"));
s_languageDict.insert("romanian", new QCString("0x418 Romanian"));
s_languageDict.insert("slovene", new QCString("0x424 Slovenian"));