summaryrefslogtreecommitdiffstats
path: root/kcontrol
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2016-09-05 18:39:22 -0500
committerSlávek Banko <slavek.banko@axis.cz>2016-09-09 15:37:31 +0200
commitac1e63f35333573aa73ecbd1ad3526ef79cffe06 (patch)
tree4fdb641a70efb33929a6e7a2d6682182136646a5 /kcontrol
parente247f8d2e4d922e258b8999e6ae8467d6da9a730 (diff)
downloadtdebase-ac1e63f35333573aa73ecbd1ad3526ef79cffe06.tar.gz
tdebase-ac1e63f35333573aa73ecbd1ad3526ef79cffe06.zip
Fix prior commit
(cherry picked from commit 3252800255e59562f401ad0df2cf37cd50d0b1a4)
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 f64f35835..3c402cc88 100644
--- a/kcontrol/hwmanager/devicepropsdlg.cpp
+++ b/kcontrol/hwmanager/devicepropsdlg.cpp
@@ -370,7 +370,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();
}