summaryrefslogtreecommitdiff
path: root/src/editor.c
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2009-08-09 18:12:27 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2009-08-09 18:12:27 (GMT)
commit5cd25c4adfe0426520a51a76de3f77c77cfa4b8e (patch)
tree396514971fb78e81b7bb55c9cd3331d87b45ca9a /src/editor.c
parentd02deb2425d6559c357bdd00e1c0fb05f35d5fc9 (diff)
Reorganized the way formats are handled (Java and PE got disabled, Dwarf is empty).
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@105 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'src/editor.c')
-rw-r--r--src/editor.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/editor.c b/src/editor.c
index 6b088c5..3830e4c 100644
--- a/src/editor.c
+++ b/src/editor.c
@@ -41,7 +41,6 @@
#include "dlg_sections.h"
-#include "pan_strings.h"
#include "analysis/binary.h"
#include "gtkext/easygtk.h"
#include "gtkext/gtkextstatusbar.h"
@@ -469,9 +468,7 @@ GtkWidget *create_editor(void)
ditem = gtk_dock_item_new(_("Messages"), get_panel(PNT_LOG));
gtk_dock_panel_add_item(dpanel, ditem);
- panel = build_strings_panel(G_OBJECT(result));
-
- ditem = gtk_dock_item_new(_("Strings"), panel);
+ ditem = gtk_dock_item_new(_("Strings"), get_panel(PNT_STRINGS));
gtk_dock_panel_add_item(dpanel, ditem);