1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2025-07-10 01:34:58 +03:00

align the code and update some translations

*align the code to have same amout of space
*update some translation to latest version
This commit is contained in:
holoreimu
2017-12-02 06:04:57 +08:00
parent 39c1081d38
commit b8f0dd9e80
4 changed files with 3411 additions and 3405 deletions

View File

@ -1220,7 +1220,7 @@ UINT SwGetLangIcon(char *name)
{
ret = ICO_LANG_CHINESE;
}
else if (StrCmpi(name, "tw") == 0)
else if (StrCmpi(name, "tw") == 0)
{
ret = ICO_LANG_TRADITIONAL_CHINESE;
}