This commit is contained in:
Cary Sandvig 2000-12-01 21:12:38 +00:00
parent 28eb9f3092
commit 01abfa2069

View File

@ -257,7 +257,7 @@ static void deadrec_setup(EventHandler& eh) {
clerpButton = make_button("lerp", font, eh, correct_event);
clerpButton->set_scale(0.08);
f2->add_item(clerpButton);
csplineButton = make_button("lerp", font, eh, correct_event);
csplineButton = make_button("spline", font, eh, correct_event);
csplineButton->set_scale(0.08);
f2->add_item(csplineButton);
f2->pack_item(cpopButton, GuiFrame::UNDER, s2);