1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-07-08 17:15:13 +00:00
qb64/internal/source/free198.txt

17 lines
594 B
Plaintext
Raw Normal View History

2022-01-24 01:16:21 +00:00
if(oldstr5802){
if(oldstr5802->fixed)qbs_set(oldstr5802,_FUNC_IDEACTIVITYBOX_STRING_ACTION);
2022-01-19 00:31:52 +00:00
qbs_free(_FUNC_IDEACTIVITYBOX_STRING_ACTION);
}
2022-01-24 01:16:21 +00:00
if(oldstr5803){
if(oldstr5803->fixed)qbs_set(oldstr5803,_FUNC_IDEACTIVITYBOX_STRING_TITLESTR);
2022-01-19 00:31:52 +00:00
qbs_free(_FUNC_IDEACTIVITYBOX_STRING_TITLESTR);
}
2022-01-24 01:16:21 +00:00
if(oldstr5804){
if(oldstr5804->fixed)qbs_set(oldstr5804,_FUNC_IDEACTIVITYBOX_STRING_MESSAGESTR);
2022-01-19 00:31:52 +00:00
qbs_free(_FUNC_IDEACTIVITYBOX_STRING_MESSAGESTR);
}
2022-01-24 01:16:21 +00:00
if(oldstr5805){
if(oldstr5805->fixed)qbs_set(oldstr5805,_FUNC_IDEACTIVITYBOX_STRING_BUTTONS);
2022-01-19 00:31:52 +00:00
qbs_free(_FUNC_IDEACTIVITYBOX_STRING_BUTTONS);
}