| 1675 | //----------------------------------------------------------------------------- |
| 1676 | |
| 1677 | void GuiControl::setConsoleCommand( const String& newCmd ) |
| 1678 | { |
| 1679 | mConsoleCommand = newCmd; |
| 1680 | } |
| 1681 | |
| 1682 | //----------------------------------------------------------------------------- |
| 1683 |
no outgoing calls