Changeset 49341 in vbox
- Timestamp:
- Oct 31, 2013 8:43:56 AM (11 years ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src
- Files:
-
- 2 edited
-
globals/VBoxGlobal.cpp (modified) (1 diff)
-
runtime/UIMachineLogic.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/globals/VBoxGlobal.cpp
r49337 r49341 1087 1087 QString strName = webcam.GetName(); 1088 1088 if (!strName.isEmpty()) 1089 records << tr("<nobr>Name: %1</nobr>", "webcam tooltip").arg(strName);1089 records << strName; 1090 1090 1091 1091 QString strPath = webcam.GetPath(); 1092 1092 if (!strPath.isEmpty()) 1093 records << tr("<nobr>Path: %1</nobr>", "webcam tooltip").arg(strPath);1093 records << strPath; 1094 1094 1095 1095 return records.join("<br>"); -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineLogic.cpp
r49333 r49341 1883 1883 pEmptyMenuAction->setEnabled(false); 1884 1884 pEmptyMenuAction->setText(tr("No Webcams Connected")); 1885 pEmptyMenuAction->setToolTip(tr("No supported devices connected to the host PC"));1885 pEmptyMenuAction->setToolTip(tr("No supported webcams connected to the host PC")); 1886 1886 pEmptyMenuAction->setIcon(UIIconPool::iconSet(":/vm_delete_16px.png", ":/vm_delete_disabled_16px.png")); // TODO: Change icon! 1887 1887 pMenu->addAction(pEmptyMenuAction);
Note:
See TracChangeset
for help on using the changeset viewer.

