diff options
author | lonkaars <loek@pipeframe.xyz> | 2022-06-06 19:48:09 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2022-06-06 19:48:09 +0200 |
commit | ae8beb20a2a837824cfda4d748fbe07b26a161f0 (patch) | |
tree | a7c2bf5fc6cbddc1ae62107050dcc6aa793cc7ae /client/strings.c | |
parent | 8c1d31ef16745cee07059788386cd88c718092ac (diff) |
tab bar working
Diffstat (limited to 'client/strings.c')
-rw-r--r-- | client/strings.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/strings.c b/client/strings.c index 720f7b8..5dbb6bd 100644 --- a/client/strings.c +++ b/client/strings.c @@ -15,7 +15,7 @@ void w2_strings_modes_init() { void w2_strings_tabs_init() { g_w2_tab_strings[W2_UI_TAB_START] = W2_UI_TAB_LABEL_START; - g_w2_tab_strings[W2_UI_TAB_DIRC] = W2_UI_TAB_LABEL_DIRC; + g_w2_tab_strings[W2_UI_TAB_DIRC] = W2_UI_TAB_LABEL_DIRC; } void w2_strings_init() { |