]> sigrok.org Git - pulseview.git/commitdiff
Set HwCap dialog title
authorJoel Holdsworth <redacted>
Sat, 29 Dec 2012 13:49:59 +0000 (13:49 +0000)
committerJoel Holdsworth <redacted>
Sat, 29 Dec 2012 14:02:15 +0000 (14:02 +0000)
pv/dialogs/hwcap.cpp

index e3a2764795434ab4139c676d0e40b6e55658349f..03255f9da4cec11a03ad82788fc4d4667493e3c8 100644 (file)
@@ -30,6 +30,8 @@ HwCap::HwCap(QWidget *parent, struct sr_dev_inst *sdi) :
                Qt::Horizontal, this),
        _hw_cap_binding(sdi)
 {
+       setWindowTitle(tr("Configure Device"));
+
        connect(&_button_box, SIGNAL(accepted()), this, SLOT(accept()));
        connect(&_button_box, SIGNAL(rejected()), this, SLOT(reject()));