X-Git-Url: http://git.code-monkey.de/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fmainwindow.cpp;h=42ae957640d491c19a7c740b9204c55224d7f852;hp=598976eb77298b83d4aa9b123259722c82964e85;hb=a4cf020a253c8c874ed8652f38a1c61c9a4754a4;hpb=cbe9f991ccfc62182cddb758c69bc5d90f30302f diff --git a/pv/mainwindow.cpp b/pv/mainwindow.cpp index 598976e..42ae957 100644 --- a/pv/mainwindow.cpp +++ b/pv/mainwindow.cpp @@ -384,7 +384,7 @@ void MainWindow::update_device_list() map, string> device_names; for (auto device : devices) - device_names[device] = _device_manager.device_description(device); + device_names[device] = _device_manager.get_display_name(device); _sampling_bar->set_device_list(device_names, selected_device); }