summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2021-03-26 11:13:06 +0200
committerJaakko Keränen <jaakko.keranen@iki.fi>2021-03-26 11:13:06 +0200
commit2740b24b1ff0c6c5363303fcc35028d471c1ce0e (patch)
tree67492899499ba6b1c2bf5a0b439a6464d2996c66 /src
parentb2fe00b9c596e82e405798358077643bdc7a8df0 (diff)
Cleanup
Diffstat (limited to 'src')
-rw-r--r--src/ui/util.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/ui/util.c b/src/ui/util.c
index c5e92b92..ea910eb6 100644
--- a/src/ui/util.c
+++ b/src/ui/util.c
@@ -1828,11 +1828,11 @@ iWidget *makePreferences_Widget(void) {
1828 /* UI languages. */ { 1828 /* UI languages. */ {
1829 iArray *uiLangs = collectNew_Array(sizeof(iMenuItem)); 1829 iArray *uiLangs = collectNew_Array(sizeof(iMenuItem));
1830 const iMenuItem langItems[] = { 1830 const iMenuItem langItems[] = {
1831 { "${lang.de} - " uiTextAction_ColorEscape "de", 0, 0, "uilang id:de" }, 1831 { "${lang.de} - de", 0, 0, "uilang id:de" },
1832 { "${lang.en} - " uiTextAction_ColorEscape "en", 0, 0, "uilang id:en" }, 1832 { "${lang.en} - en", 0, 0, "uilang id:en" },
1833 { "${lang.fi} - " uiTextAction_ColorEscape "fi", 0, 0, "uilang id:fi" }, 1833 { "${lang.fi} - fi", 0, 0, "uilang id:fi" },
1834 { "${lang.ru} - " uiTextAction_ColorEscape "ru", 0, 0, "uilang id:ru" }, 1834 { "${lang.ru} - ru", 0, 0, "uilang id:ru" },
1835 { "${lang.zh.hans} - " uiTextAction_ColorEscape "zh_Hans", 0, 0, "uilang id:zh_Hans" }, 1835 { "${lang.zh.hans} - zh", 0, 0, "uilang id:zh_Hans" },
1836 }; 1836 };
1837 pushBackN_Array(uiLangs, langItems, iElemCount(langItems)); 1837 pushBackN_Array(uiLangs, langItems, iElemCount(langItems));
1838 //sort_Array(uiLangs, cmp_MenuItem_); 1838 //sort_Array(uiLangs, cmp_MenuItem_);