mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-29 06:15:24 +00:00
Fix browse segmentinfo
This commit is contained in:
parent
6d7d766c52
commit
084d5c3967
@ -45,7 +45,7 @@ MainWindow::onSegmentinfoEdited(QString newValue) {
|
||||
|
||||
void
|
||||
MainWindow::onBrowseSegmentinfo() {
|
||||
auto fileName = getOpenFileName(QY("Select segment info file"), QY("XML files") + Q(" (*.xml)"), ui->globalTags);
|
||||
auto fileName = getOpenFileName(QY("Select segment info file"), QY("XML files") + Q(" (*.xml)"), ui->segmentinfo);
|
||||
if (!fileName.isEmpty())
|
||||
m_config.m_segmentinfo = fileName;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user