| 24 | } |
| 25 | |
| 26 | lString16 CRFullScreenMenu::getCommandKeyName( int cmd, int param ) |
| 27 | { |
| 28 | int k, f; |
| 29 | bool found = _acceleratorTable->findCommandKey( cmd, param, k, f ); |
| 30 | if ( !found ) |
| 31 | return lString16(); |
| 32 | return lString16(getKeyName( k, f )); |
| 33 | } |
| 34 | |
| 35 | lString16 CRFullScreenMenu::getItemNumberKeysName() |
| 36 | { |
no test coverage detected