| 1348 | set_text((const char*)(ta + 1)); |
| 1349 | } |
| 1350 | void ztalkbox::add_text(const char* text) |
| 1351 | { |
| 1352 | dialog_box->add_text(text); |
| 1353 | |
| 1354 | if (shared.active == this) |
| 1355 | { |
| 1356 | ((xtextbox::layout*)&shared.lt)->refresh_end(dialog_box->tb); |
| 1357 | } |
| 1358 | } |
| 1359 | void ztalkbox::add_text(U32 textID) |
| 1360 | { |
| 1361 | if (!textID) |
no test coverage detected