Skip to content

Commit fd36e44

Browse files
committed
Add window title in MIDI import dialog
1 parent 624c4ad commit fd36e44

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/plugins/midiformatconverter/internal/MIDITrackSelectorDialog.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -338,6 +338,7 @@ namespace MIDIFormatConverter::Internal {
338338
MIDITrackSelectorDialog::MIDITrackSelectorDialog(QWidget *parent)
339339
: QDialog(parent), d_ptr(new MIDITrackSelectorDialogPrivate(this)) {
340340
Q_D(MIDITrackSelectorDialog);
341+
setWindowTitle(tr("Import MIDI File"));
341342
d->init();
342343
}
343344

0 commit comments

Comments
 (0)