Branch: master

32528002 2016-09-05 18:39:22 Timothy Pearson
Fix prior commit
M kcontrol/hwmanager/devicepropsdlg.cpp
diff --git a/kcontrol/hwmanager/devicepropsdlg.cpp b/kcontrol/hwmanager/devicepropsdlg.cpp
index 60dc864..885dc7a 100644
--- a/kcontrol/hwmanager/devicepropsdlg.cpp
+++ b/kcontrol/hwmanager/devicepropsdlg.cpp
@@ -392,7 +392,7 @@
 		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();
 		}