summaryrefslogtreecommitdiff
path: root/fluid/function_panel.fl
diff options
context:
space:
mode:
Diffstat (limited to 'fluid/function_panel.fl')
-rw-r--r--fluid/function_panel.fl8
1 files changed, 4 insertions, 4 deletions
diff --git a/fluid/function_panel.fl b/fluid/function_panel.fl
index 6631035e7..e1464fd4e 100644
--- a/fluid/function_panel.fl
+++ b/fluid/function_panel.fl
@@ -1017,18 +1017,18 @@ Function {make_sourceview()} {open
xywh {20 50 480 390} textfont 4 textsize 11 resizable
code1 {o->linenumber_width(60);}
code2 {o->linenumber_size(o->Fl_Text_Display::textsize());}
- class DesignViewer
+ class TextViewer
}
}
Fl_Group {} {
- label Design open
+ label Project open
xywh {10 35 500 415} labelsize 13 hide
} {
- Fl_Text_Display sv_design {
+ Fl_Text_Display sv_project {
xywh {20 50 480 390} textfont 4 textsize 11 resizable
code1 {o->linenumber_width(60);}
code2 {o->linenumber_size(o->Fl_Text_Display::textsize());}
- class DesignViewer
+ class TextViewer
}
}
}