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

17 lines
594 B
Plaintext
Raw Normal View History

2022-05-03 06:32:16 +00:00
if(oldstr5812){
if(oldstr5812->fixed)qbs_set(oldstr5812,_FUNC_IDEACTIVITYBOX_STRING_ACTION);
2022-01-19 00:31:52 +00:00
qbs_free(_FUNC_IDEACTIVITYBOX_STRING_ACTION);
}
2022-05-03 06:32:16 +00:00
if(oldstr5813){
if(oldstr5813->fixed)qbs_set(oldstr5813,_FUNC_IDEACTIVITYBOX_STRING_TITLESTR);
2022-01-19 00:31:52 +00:00
qbs_free(_FUNC_IDEACTIVITYBOX_STRING_TITLESTR);
}
2022-05-03 06:32:16 +00:00
if(oldstr5814){
if(oldstr5814->fixed)qbs_set(oldstr5814,_FUNC_IDEACTIVITYBOX_STRING_MESSAGESTR);
2022-01-19 00:31:52 +00:00
qbs_free(_FUNC_IDEACTIVITYBOX_STRING_MESSAGESTR);
}
2022-05-03 06:32:16 +00:00
if(oldstr5815){
if(oldstr5815->fixed)qbs_set(oldstr5815,_FUNC_IDEACTIVITYBOX_STRING_BUTTONS);
2022-01-19 00:31:52 +00:00
qbs_free(_FUNC_IDEACTIVITYBOX_STRING_BUTTONS);
}