1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-12 16:55:14 +00:00
QB64-PE/internal/source/free275.txt
2024-01-20 16:04:21 +00:00

9 lines
282 B
Plaintext

if(oldstr6033){
if(oldstr6033->fixed)qbs_set(oldstr6033,_FUNC_IDEYESNOBOX_STRING_TITLESTR);
qbs_free(_FUNC_IDEYESNOBOX_STRING_TITLESTR);
}
if(oldstr6034){
if(oldstr6034->fixed)qbs_set(oldstr6034,_FUNC_IDEYESNOBOX_STRING_MESSAGESTR);
qbs_free(_FUNC_IDEYESNOBOX_STRING_MESSAGESTR);
}