1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-03 15:51:20 +00:00
QB64-PE/internal/source/free198.txt

17 lines
594 B
Plaintext
Raw Normal View History

2022-03-10 13:33:35 +00:00
if(oldstr5816){
if(oldstr5816->fixed)qbs_set(oldstr5816,_FUNC_IDEACTIVITYBOX_STRING_ACTION);
2022-01-19 00:31:52 +00:00
qbs_free(_FUNC_IDEACTIVITYBOX_STRING_ACTION);
}
2022-03-10 13:33:35 +00:00
if(oldstr5817){
if(oldstr5817->fixed)qbs_set(oldstr5817,_FUNC_IDEACTIVITYBOX_STRING_TITLESTR);
2022-01-19 00:31:52 +00:00
qbs_free(_FUNC_IDEACTIVITYBOX_STRING_TITLESTR);
}
2022-03-10 13:33:35 +00:00
if(oldstr5818){
if(oldstr5818->fixed)qbs_set(oldstr5818,_FUNC_IDEACTIVITYBOX_STRING_MESSAGESTR);
2022-01-19 00:31:52 +00:00
qbs_free(_FUNC_IDEACTIVITYBOX_STRING_MESSAGESTR);
}
2022-03-10 13:33:35 +00:00
if(oldstr5819){
if(oldstr5819->fixed)qbs_set(oldstr5819,_FUNC_IDEACTIVITYBOX_STRING_BUTTONS);
2022-01-19 00:31:52 +00:00
qbs_free(_FUNC_IDEACTIVITYBOX_STRING_BUTTONS);
}