Changeset 87250 in vbox
- Timestamp:
- Jan 14, 2021 3:54:26 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/converter/UIConverterBackendCOM.cpp
r85178 r87250 280 280 switch (type) 281 281 { 282 case KPointingHIDType_None: return QApplication::translate("UICommon", "None", "PointingHIDType"); 282 283 case KPointingHIDType_PS2Mouse: return QApplication::translate("UICommon", "PS/2 Mouse", "PointingHIDType"); 283 284 case KPointingHIDType_USBMouse: return QApplication::translate("UICommon", "USB Mouse", "PointingHIDType");
Note:
See TracChangeset
for help on using the changeset viewer.