X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fbullet_forms_cb.C;h=04954de7aabfa7d91e64c820c87f899f2abd6493;hb=a858be7332e331e0244e4dba7b0931b6072ffd3d;hp=d3c6317cd7aac027616683cec5f9347315463f10;hpb=27de1486ca34aaad446adb798d71a77d6f6304da;p=lyx.git diff --git a/src/bullet_forms_cb.C b/src/bullet_forms_cb.C index d3c6317cd7..04954de7aa 100644 --- a/src/bullet_forms_cb.C +++ b/src/bullet_forms_cb.C @@ -1,13 +1,13 @@ /* Bullet form callbacks */ #include -#include +#include #include FORMS_H_LOCATION #include XPM_H_LOCATION #include "bullet_forms.h" #include "bmtable.h" #include "buffer.h" #include "bufferparams.h" -#include "filetools.h" +#include "support/filetools.h" #include "gettext.h" #include "lyx_gui_misc.h" // CancelCloseBoxCB + WriteAlert @@ -37,7 +37,7 @@ void bulletForm() " normal | large | Large | LARGE | huge | Huge")); fl_set_choice(fd_form_bullet->choice_bullet_size, 1); fl_set_form_atclose(fd_form_bullet->form_bullet, - CancelCloseBoxCB, NULL); + CancelCloseBoxCB, 0); } if (updateBulletForm()) { @@ -192,7 +192,7 @@ void BulletPanelCB(FL_OBJECT * /*ob*/, long data) /* free the current pixmap */ fl_free_bmtable_pixmap(fd_form_bullet->bmtable_bullet_panel); - LString new_panel; + string new_panel; switch (data) { /* display the new one */ case 0 :