From 01abfa2069a7b41b7e05b628ed4023b7569ab9fc Mon Sep 17 00:00:00 2001 From: Cary Sandvig Date: Fri, 1 Dec 2000 21:12:38 +0000 Subject: [PATCH] blah --- panda/src/testbed/deadrec_rec.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/panda/src/testbed/deadrec_rec.cxx b/panda/src/testbed/deadrec_rec.cxx index abd24e3e94..91bf09129b 100644 --- a/panda/src/testbed/deadrec_rec.cxx +++ b/panda/src/testbed/deadrec_rec.cxx @@ -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);