diff options
author | lonkaars <loek@pipeframe.xyz> | 2022-06-06 20:48:20 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2022-06-06 20:48:20 +0200 |
commit | fedc13d6564dcf110ba3b7faca3c34a28c7905cb (patch) | |
tree | 422a499d46e5e63618201054218300e04ed134fe /client/strings.c | |
parent | ae8beb20a2a837824cfda4d748fbe07b26a161f0 (diff) |
error logging working
Diffstat (limited to 'client/strings.c')
-rw-r--r-- | client/strings.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/client/strings.c b/client/strings.c index 5dbb6bd..4dda1c8 100644 --- a/client/strings.c +++ b/client/strings.c @@ -14,8 +14,9 @@ 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_START] = W2_UI_TAB_LABEL_START; + g_w2_tab_strings[W2_UI_TAB_ERRCATCH] = W2_UI_TAB_LABEL_ERRCATCH; + g_w2_tab_strings[W2_UI_TAB_DIRC] = W2_UI_TAB_LABEL_DIRC; } void w2_strings_init() { |