aboutsummaryrefslogtreecommitdiff
path: root/src/qmmpui/commandlinemanager.cpp
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2018-12-26 20:11:57 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2018-12-26 20:11:57 +0000
commit5905c1acda34d0c7a26c8ba34ae8a280431ece7e (patch)
tree0761d1a9ca5b7327512ddcdb1c4c0875e2ade375 /src/qmmpui/commandlinemanager.cpp
parentc28061c4cf64e468dd3e230df1b96d1a72e295fd (diff)
downloadqmmp-5905c1acda34d0c7a26c8ba34ae8a280431ece7e.tar.gz
qmmp-5905c1acda34d0c7a26c8ba34ae8a280431ece7e.tar.bz2
qmmp-5905c1acda34d0c7a26c8ba34ae8a280431ece7e.zip
fixed regression
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@8533 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/qmmpui/commandlinemanager.cpp')
-rw-r--r--src/qmmpui/commandlinemanager.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qmmpui/commandlinemanager.cpp b/src/qmmpui/commandlinemanager.cpp
index f91510f5e..1c56e7db4 100644
--- a/src/qmmpui/commandlinemanager.cpp
+++ b/src/qmmpui/commandlinemanager.cpp
@@ -67,6 +67,7 @@ void CommandLineManager::checkOptions()
translator->load(option->translation() + Qmmp::systemLanguageID());
qApp->installTranslator(translator);
}
+ option->registerOprions();
}
}
}