Re: FormMathSBitmap.c

2002-11-30 Thread Lars Gullik Bjønnes
John Levon <[EMAIL PROTECTED]> writes: | ochar const * const label = _("Close|^["); | FL_OBJECT * button_close = | fl_add_button(FL_NORMAL_BUTTON, x_, y_, 90, 30, | idex(_(label)).c_str()); | fl_set_button_shortcut(button_close,

FormMathSBitmap.c

2002-11-29 Thread John Levon
ochar const * const label = _("Close|^["); FL_OBJECT * button_close = fl_add_button(FL_NORMAL_BUTTON, x_, y_, 90, 30, idex(_(label)).c_str()); fl_set_button_shortcut(button_close, scex(_(label)).c_str(), 1); do we really need t