- Timestamp:
- Aug 21, 2024 9:50:07 PM (9 months ago)
- svn:sync-xref-src-repo-rev:
- 164511
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/converter/UIConverterBackendGlobal.cpp
r105362 r105799 2378 2378 case IndicatorType_Mouse: strResult = QApplication::translate("UICommon", "Mouse", "IndicatorType"); break; 2379 2379 case IndicatorType_Keyboard: strResult = QApplication::translate("UICommon", "Keyboard", "IndicatorType"); break; 2380 case IndicatorType_KeyboardExtension: strResult = QApplication::translate("UICommon", " Host-combo", "IndicatorType"); break;2380 case IndicatorType_KeyboardExtension: strResult = QApplication::translate("UICommon", "Keyboard Extension", "IndicatorType"); break; 2381 2381 default: 2382 2382 {
Note:
See TracChangeset
for help on using the changeset viewer.