1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-08-06 19:50:25 +00:00
QB64-PE/internal/source/free225.txt

17 lines
578 B
Text
Raw Normal View History

2022-11-22 23:53:31 +00:00
if(oldstr5828){
if(oldstr5828->fixed)qbs_set(oldstr5828,_FUNC_IDEACTIVITYBOX_STRING_ACTION);
qbs_free(_FUNC_IDEACTIVITYBOX_STRING_ACTION);
}
if(oldstr5829){
if(oldstr5829->fixed)qbs_set(oldstr5829,_FUNC_IDEACTIVITYBOX_STRING_TITLESTR);
qbs_free(_FUNC_IDEACTIVITYBOX_STRING_TITLESTR);
}
if(oldstr5830){
if(oldstr5830->fixed)qbs_set(oldstr5830,_FUNC_IDEACTIVITYBOX_STRING_MESSAGESTR);
qbs_free(_FUNC_IDEACTIVITYBOX_STRING_MESSAGESTR);
}
if(oldstr5831){
if(oldstr5831->fixed)qbs_set(oldstr5831,_FUNC_IDEACTIVITYBOX_STRING_BUTTONS);
qbs_free(_FUNC_IDEACTIVITYBOX_STRING_BUTTONS);
}