Commit 5d17b0c9 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt: fix missing 's' in function name

parent f9f1166e
......@@ -32,6 +32,7 @@
#ifdef ENABLE_VLM
#include "dialogs/open.hpp"
#include "dialogs/sout.hpp"
#include "util/qt_dirs.hpp"
#include <QString>
#include <QComboBox>
......@@ -349,7 +350,7 @@ void VLMDialog::mediasPopulator()
bool VLMDialog::importVLMConf()
{
QString openVLMConfFileName = toNativeSeparator(
QString openVLMConfFileName = toNativeSeparators(
QFileDialog::getOpenFileName(
this, qtr( "Open VLM configuration..." ),
qfu( config_GetHomeDir() ),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment