1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-06 21:00:25 +00:00
QB64-PE/internal/source/free278.txt

17 lines
578 B
Plaintext
Raw Normal View History

2024-01-30 21:55:38 +00:00
if(oldstr6069){
if(oldstr6069->fixed)qbs_set(oldstr6069,_FUNC_IDEACTIVITYBOX_STRING_ACTION);
qbs_free(_FUNC_IDEACTIVITYBOX_STRING_ACTION);
2024-01-20 16:04:21 +00:00
}
2024-01-30 21:55:38 +00:00
if(oldstr6070){
if(oldstr6070->fixed)qbs_set(oldstr6070,_FUNC_IDEACTIVITYBOX_STRING_TITLESTR);
qbs_free(_FUNC_IDEACTIVITYBOX_STRING_TITLESTR);
2024-01-20 16:04:21 +00:00
}
2024-01-30 21:55:38 +00:00
if(oldstr6071){
if(oldstr6071->fixed)qbs_set(oldstr6071,_FUNC_IDEACTIVITYBOX_STRING_MESSAGESTR);
qbs_free(_FUNC_IDEACTIVITYBOX_STRING_MESSAGESTR);
}
if(oldstr6072){
if(oldstr6072->fixed)qbs_set(oldstr6072,_FUNC_IDEACTIVITYBOX_STRING_BUTTONS);
qbs_free(_FUNC_IDEACTIVITYBOX_STRING_BUTTONS);
2024-01-20 16:04:21 +00:00
}