aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainwindow.c')
-rw-r--r--src/mainwindow.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainwindow.c b/src/mainwindow.c
index 2c66adc..673d6d0 100644
--- a/src/mainwindow.c
+++ b/src/mainwindow.c
@@ -555,7 +555,7 @@ static gint add_furniture(GtkWidget *widget, struct menu_pl *pl)
fr->style = sty;
fr->lop_from_style = 1;
set_edit(p, p->cur_edit_slide);
- fr->sc = strdup("Hello");
+ fr->sc = strdup("");
fr->sc_len = 6;
set_selection(p, fr);
fr->pos = 0;