summaryrefslogtreecommitdiffstats
path: root/kcontrol
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2016-09-05 18:39:22 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2016-09-05 18:39:22 -0500
commit3252800255e59562f401ad0df2cf37cd50d0b1a4 (patch)
treedb273839fc1f6e136a73106ca869c142dfd55166 /kcontrol
parent3c8aaa46e757646f1971bc294a5a41a87ec25720 (diff)
downloadtdebase-3252800255e59562f401ad0df2cf37cd50d0b1a4.tar.gz
tdebase-3252800255e59562f401ad0df2cf37cd50d0b1a4.zip
Fix prior commit
Diffstat (limited to 'kcontrol')
-rw-r--r--kcontrol/hwmanager/devicepropsdlg.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kcontrol/hwmanager/devicepropsdlg.cpp b/kcontrol/hwmanager/devicepropsdlg.cpp
index 60dc86477..885dc7a7a 100644
--- a/kcontrol/hwmanager/devicepropsdlg.cpp
+++ b/kcontrol/hwmanager/devicepropsdlg.cpp
@@ -392,7 +392,7 @@ void DevicePropertiesDialog::populateDeviceInformation() {
base->labelSerialNumber->setText(formatDisplayString((m_device->serialNumber().isNull())?i18n("<unknown>"):m_device->serialNumber()));
if (m_device->subsystem() == "pci") {
- base->labelBusID->setText(m_device->busID());
+ base->labelBusID->setText(formatDisplayString(m_device->busID()));
base->labelBusID->show();
base->stocklabelBusID->show();
}