diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2016-04-09 18:17:45 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2016-04-09 18:17:45 +0000 |
| commit | c16db270db282c3f486c698f8acdfb81f9d86b48 (patch) | |
| tree | 1b44e46255736e3ff1a56e42a981bc60501cf96a /src | |
| parent | e7ae3c094832292ddea790c22a67a6de36382863 (diff) | |
| download | qmmp-c16db270db282c3f486c698f8acdfb81f9d86b48.tar.gz qmmp-c16db270db282c3f486c698f8acdfb81f9d86b48.tar.bz2 qmmp-c16db270db282c3f486c698f8acdfb81f9d86b48.zip | |
fixed typo
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@6240 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src')
| -rw-r--r-- | src/plugins/Ui/qsui/mainwindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/Ui/qsui/mainwindow.cpp b/src/plugins/Ui/qsui/mainwindow.cpp index c18ab45e7..48097729e 100644 --- a/src/plugins/Ui/qsui/mainwindow.cpp +++ b/src/plugins/Ui/qsui/mainwindow.cpp @@ -405,7 +405,7 @@ void MainWindow::hideEvent(QHideEvent *) void MainWindow::createActions() { - //preprare cheackable actions + //prepare cheackable actions ACTION(ActionManager::REPEAT_ALL)->setChecked(m_ui_settings->isRepeatableList()); ACTION(ActionManager::REPEAT_TRACK)->setChecked(m_ui_settings->isRepeatableTrack()); ACTION(ActionManager::SHUFFLE)->setChecked(m_ui_settings->isShuffle()); |
