| 145 | } |
| 146 | |
| 147 | void TerminalManager::setTerminalColorSchemesPath( const std::string& terminalColorSchemesPath ) { |
| 148 | mTerminalColorSchemesPath = terminalColorSchemesPath; |
| 149 | } |
| 150 | |
| 151 | void TerminalManager::updateColorSchemeMenu() { |
| 152 | for ( UIPopUpMenu* menu : mColorSchemeMenus ) { |