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

9 lines
282 B
Text
Raw Normal View History

2022-11-27 03:36:50 +00:00
if(oldstr5830){
if(oldstr5830->fixed)qbs_set(oldstr5830,_FUNC_IDEYESNOBOX_STRING_TITLESTR);
2022-11-27 02:24:41 +00:00
qbs_free(_FUNC_IDEYESNOBOX_STRING_TITLESTR);
}
2022-11-27 03:36:50 +00:00
if(oldstr5831){
if(oldstr5831->fixed)qbs_set(oldstr5831,_FUNC_IDEYESNOBOX_STRING_MESSAGESTR);
2022-11-27 02:24:41 +00:00
qbs_free(_FUNC_IDEYESNOBOX_STRING_MESSAGESTR);
2022-11-22 23:53:31 +00:00
}