| 158 | //----------------------------------------------------------------------------- |
| 159 | |
| 160 | void GuiButtonBaseCtrl::setText( const char* text ) |
| 161 | { |
| 162 | mButtonText = StringTable->insert(text, true); |
| 163 | } |
| 164 | |
| 165 | //----------------------------------------------------------------------------- |
| 166 |
no test coverage detected