fix for F_sine segv, bunch of intl fixes
[goodguy/history.git] / cinelerra-5.1 / plugins / crikey / crikeywindow.C
index c55b98c73016d607dcc75948240712847b58c023..a289a6d128a530ebb514e7b50138cf6c57e5cabd 100644 (file)
@@ -619,7 +619,7 @@ int CriKeyNewPoint::handle_event()
 }
 
 CriKeyDelPoint::CriKeyDelPoint(CriKeyWindow *gui, CriKey *plugin, int x, int y)
- : BC_GenericButton(x, y, 80, _("Del"))
+ : BC_GenericButton(x, y, 80, C_("Del"))
 {
        this->gui = gui;
        this->plugin = plugin;