1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-01 13:50:36 +00:00
QB64-PE/internal/source/free199.txt

21 lines
739 B
Plaintext
Raw Normal View History

2021-10-18 03:13:30 +00:00
if(oldstr5853){
if(oldstr5853->fixed)qbs_set(oldstr5853,_FUNC_IDEACTIVITYBOX_STRING_ACTION);
qbs_free(_FUNC_IDEACTIVITYBOX_STRING_ACTION);
2021-09-28 05:43:25 +00:00
}
2021-10-18 03:13:30 +00:00
if(oldstr5854){
if(oldstr5854->fixed)qbs_set(oldstr5854,_FUNC_IDEACTIVITYBOX_STRING_TITLESTR);
qbs_free(_FUNC_IDEACTIVITYBOX_STRING_TITLESTR);
2021-09-10 04:26:50 +00:00
}
2021-10-18 03:13:30 +00:00
if(oldstr5855){
if(oldstr5855->fixed)qbs_set(oldstr5855,_FUNC_IDEACTIVITYBOX_STRING_MESSAGESTR);
qbs_free(_FUNC_IDEACTIVITYBOX_STRING_MESSAGESTR);
}
if(oldstr5856){
if(oldstr5856->fixed)qbs_set(oldstr5856,_FUNC_IDEACTIVITYBOX_STRING_BUTTONS);
qbs_free(_FUNC_IDEACTIVITYBOX_STRING_BUTTONS);
}
if(oldstr5857){
if(oldstr5857->fixed)qbs_set(oldstr5857,_FUNC_IDEACTIVITYBOX_STRING_EXTRAS);
qbs_free(_FUNC_IDEACTIVITYBOX_STRING_EXTRAS);
2021-09-10 04:26:50 +00:00
}