1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-09-16 20:14:17 +00:00
QB64-PE/internal/source/free226.txt

17 lines
578 B
Text
Raw Normal View History

2022-11-27 02:24:41 +00:00
if(oldstr5831){
if(oldstr5831->fixed)qbs_set(oldstr5831,_FUNC_IDEACTIVITYBOX_STRING_ACTION);
qbs_free(_FUNC_IDEACTIVITYBOX_STRING_ACTION);
}
if(oldstr5832){
if(oldstr5832->fixed)qbs_set(oldstr5832,_FUNC_IDEACTIVITYBOX_STRING_TITLESTR);
qbs_free(_FUNC_IDEACTIVITYBOX_STRING_TITLESTR);
}
if(oldstr5833){
if(oldstr5833->fixed)qbs_set(oldstr5833,_FUNC_IDEACTIVITYBOX_STRING_MESSAGESTR);
qbs_free(_FUNC_IDEACTIVITYBOX_STRING_MESSAGESTR);
}
if(oldstr5834){
if(oldstr5834->fixed)qbs_set(oldstr5834,_FUNC_IDEACTIVITYBOX_STRING_BUTTONS);
qbs_free(_FUNC_IDEACTIVITYBOX_STRING_BUTTONS);
}