| 165 | //----------------------------------------------------------------------------- |
| 166 | |
| 167 | void GuiButtonBaseCtrl::setTextID(const char *id) |
| 168 | { |
| 169 | S32 n = Con::getIntVariable(id, -1); |
| 170 | if(n != -1) |
| 171 | { |
| 172 | mButtonTextID = StringTable->insert(id); |
| 173 | setTextID(n); |
| 174 | } |
| 175 | } |
| 176 | |
| 177 | //----------------------------------------------------------------------------- |
| 178 |
no test coverage detected