summaryrefslogtreecommitdiff
path: root/src/panel/panels.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/panel/panels.c')
-rw-r--r--src/panel/panels.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/panel/panels.c b/src/panel/panels.c
index 39adc10..9363578 100644
--- a/src/panel/panels.c
+++ b/src/panel/panels.c
@@ -27,6 +27,7 @@
#include "log.h"
#include "registers.h"
+#include "strings.h"
#include "symbols.h"
@@ -52,6 +53,7 @@ void init_panels(GObject *ref)
panel_list[PNT_LOG] = build_log_panel();
panel_list[PNT_REGISTERS] = build_registers_panel();
panel_list[PNT_SYMBOLS] = build_symbols_panel(ref);
+ panel_list[PNT_STRINGS] = build_strings_panel(ref);
}