aboutsummaryrefslogtreecommitdiff
path: root/client/strings.c
diff options
context:
space:
mode:
Diffstat (limited to 'client/strings.c')
-rw-r--r--client/strings.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/client/strings.c b/client/strings.c
index 0ab260e..8d63fcb 100644
--- a/client/strings.c
+++ b/client/strings.c
@@ -21,6 +21,8 @@ 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_ERRCATCH] = W2_UI_TAB_LABEL_ERRCATCH;
g_w2_tab_strings[W2_UI_TAB_DIRC] = W2_UI_TAB_LABEL_DIRC;
+ g_w2_tab_strings[W2_UI_TAB_ORDERS] = W2_UI_TAB_LABEL_ORDERS;
+ g_w2_tab_strings[W2_UI_TAB_MODES] = W2_UI_TAB_LABEL_MODES;
}
void w2_strings_errors_types() {