We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 624c4ad commit fd36e44Copy full SHA for fd36e44
1 file changed
src/plugins/midiformatconverter/internal/MIDITrackSelectorDialog.cpp
@@ -338,6 +338,7 @@ namespace MIDIFormatConverter::Internal {
338
MIDITrackSelectorDialog::MIDITrackSelectorDialog(QWidget *parent)
339
: QDialog(parent), d_ptr(new MIDITrackSelectorDialogPrivate(this)) {
340
Q_D(MIDITrackSelectorDialog);
341
+ setWindowTitle(tr("Import MIDI File"));
342
d->init();
343
}
344
0 commit comments