1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-03 13:31:23 +00:00
QB64-PE/internal/source/free205.txt

17 lines
594 B
Plaintext
Raw Normal View History

2022-06-01 00:20:31 +00:00
if(oldstr5769){
if(oldstr5769->fixed)qbs_set(oldstr5769,_FUNC_IDEACTIVITYBOX_STRING_ACTION);
2022-05-31 03:52:23 +00:00
qbs_free(_FUNC_IDEACTIVITYBOX_STRING_ACTION);
}
2022-06-01 00:20:31 +00:00
if(oldstr5770){
if(oldstr5770->fixed)qbs_set(oldstr5770,_FUNC_IDEACTIVITYBOX_STRING_TITLESTR);
2022-05-31 03:52:23 +00:00
qbs_free(_FUNC_IDEACTIVITYBOX_STRING_TITLESTR);
}
2022-06-01 00:20:31 +00:00
if(oldstr5771){
if(oldstr5771->fixed)qbs_set(oldstr5771,_FUNC_IDEACTIVITYBOX_STRING_MESSAGESTR);
2022-05-31 03:52:23 +00:00
qbs_free(_FUNC_IDEACTIVITYBOX_STRING_MESSAGESTR);
}
2022-06-01 00:20:31 +00:00
if(oldstr5772){
if(oldstr5772->fixed)qbs_set(oldstr5772,_FUNC_IDEACTIVITYBOX_STRING_BUTTONS);
2022-05-31 03:52:23 +00:00
qbs_free(_FUNC_IDEACTIVITYBOX_STRING_BUTTONS);
}