aboutsummaryrefslogtreecommitdiff
path: root/src/ui/mainwindow.cpp
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2010-09-18 10:02:13 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2010-09-18 10:02:13 +0000
commit758badf800f49c7db3ca2ee81afd1e885ae97da5 (patch)
tree5c68e69d374bc222fee974cb47990d3313efe9e1 /src/ui/mainwindow.cpp
parentc6e0029ee9ead0cc4c638831048f605b8160d1de (diff)
downloadqmmp-758badf800f49c7db3ca2ee81afd1e885ae97da5.tar.gz
qmmp-758badf800f49c7db3ca2ee81afd1e885ae97da5.tar.bz2
qmmp-758badf800f49c7db3ca2ee81afd1e885ae97da5.zip
switching to QLocalServer and QLocalSocket
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1890 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/ui/mainwindow.cpp')
-rw-r--r--src/ui/mainwindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/mainwindow.cpp b/src/ui/mainwindow.cpp
index 2b23fe17b..1af3184e0 100644
--- a/src/ui/mainwindow.cpp
+++ b/src/ui/mainwindow.cpp
@@ -428,7 +428,7 @@ void MainWindow::createActions()
m_mainMenu->addSeparator();
QAction *repeateAllAction = m_mainMenu->addAction(tr("&Repeat Playlist"));
QAction *shuffleAction = m_mainMenu->addAction(tr("&Shuffle"));
- QAction *autoStopAction = m_mainMenu->addAction(tr("&Auto Stop"));
+ QAction *autoStopAction = m_mainMenu->addAction(tr("&Stop After Track"));
QAction *repeateTrackAction = m_mainMenu->addAction(tr("&Repeat Track"));
repeateAllAction->setCheckable (true);
repeateTrackAction->setCheckable (true);