Let title shows ecalc name

This commit is contained in:
Sanel Zukan 2008-01-14 12:58:55 +00:00
parent 1f739e169d
commit bb35f66f37
2 changed files with 2 additions and 2 deletions

View File

@ -520,7 +520,7 @@ void SciCalc::cb_but_quit(Fl_Button* o, void* v) {
/********/
SciCalc::SciCalc() {
{ win = new Fl_Double_Window(181, 262, "flCalc");
{ win = new Fl_Double_Window(181, 262, "ecalc");
win->user_data((void*)(this));
{ leddisplay = new Fl_Box(5, 3, 172, 24, "0 ");
leddisplay->box(FL_DOWN_BOX);

View File

@ -70,7 +70,7 @@ class SciCalc {open
Function {SciCalc()} {open
} {
Fl_Window win {
label flCalc open
label ecalc open
private xywh {528 286 181 262} type Double visible
} {
Fl_Box leddisplay {