1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-09-15 20:53:56 +00:00
qb64/internal/source/free198.txt
2022-03-10 04:52:17 +00:00

16 lines
594 B
Text

if(oldstr5815){
if(oldstr5815->fixed)qbs_set(oldstr5815,_FUNC_IDEACTIVITYBOX_STRING_ACTION);
qbs_free(_FUNC_IDEACTIVITYBOX_STRING_ACTION);
}
if(oldstr5816){
if(oldstr5816->fixed)qbs_set(oldstr5816,_FUNC_IDEACTIVITYBOX_STRING_TITLESTR);
qbs_free(_FUNC_IDEACTIVITYBOX_STRING_TITLESTR);
}
if(oldstr5817){
if(oldstr5817->fixed)qbs_set(oldstr5817,_FUNC_IDEACTIVITYBOX_STRING_MESSAGESTR);
qbs_free(_FUNC_IDEACTIVITYBOX_STRING_MESSAGESTR);
}
if(oldstr5818){
if(oldstr5818->fixed)qbs_set(oldstr5818,_FUNC_IDEACTIVITYBOX_STRING_BUTTONS);
qbs_free(_FUNC_IDEACTIVITYBOX_STRING_BUTTONS);
}