1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-06-29 11:40:38 +00:00
QB64-PE/internal/source/free224.txt

17 lines
578 B
Plaintext
Raw Normal View History

2022-10-01 19:14:39 +00:00
if(oldstr5823){
if(oldstr5823->fixed)qbs_set(oldstr5823,_FUNC_IDEACTIVITYBOX_STRING_ACTION);
2022-09-09 12:19:17 +00:00
qbs_free(_FUNC_IDEACTIVITYBOX_STRING_ACTION);
}
2022-10-01 19:14:39 +00:00
if(oldstr5824){
if(oldstr5824->fixed)qbs_set(oldstr5824,_FUNC_IDEACTIVITYBOX_STRING_TITLESTR);
2022-09-09 12:19:17 +00:00
qbs_free(_FUNC_IDEACTIVITYBOX_STRING_TITLESTR);
}
2022-10-01 19:14:39 +00:00
if(oldstr5825){
if(oldstr5825->fixed)qbs_set(oldstr5825,_FUNC_IDEACTIVITYBOX_STRING_MESSAGESTR);
2022-09-09 12:19:17 +00:00
qbs_free(_FUNC_IDEACTIVITYBOX_STRING_MESSAGESTR);
}
2022-10-01 19:14:39 +00:00
if(oldstr5826){
if(oldstr5826->fixed)qbs_set(oldstr5826,_FUNC_IDEACTIVITYBOX_STRING_BUTTONS);
2022-09-09 12:19:17 +00:00
qbs_free(_FUNC_IDEACTIVITYBOX_STRING_BUTTONS);
}