Skip to content

Commit

Permalink
Fix order in the control picker menu
Browse files Browse the repository at this point in the history
  • Loading branch information
daschuer committed Apr 11, 2015
1 parent 1a3333c commit e9f5019
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/controllers/controlpickermenu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -358,13 +358,13 @@ ControlPickerMenu::ControlPickerMenu(QWidget* pParent)
tr("Load Track Into Stopped Deck"),
tr("Load selected track into first stopped deck"),
m_libraryStr, libraryMenu);
addPrefixedControl("[Playlist]", "AutoDjAddTop",
tr("Add to Auto DJ Queue (top)"),
tr("Prepend selected track to the Auto DJ Queue"),
m_libraryStr, libraryMenu);
addPrefixedControl("[Playlist]", "AutoDjAddBottom",
tr("Add to Auto DJ Queue (bottom)"),
tr("Append the selected track to the Auto DJ Queue"),
tr("Append the selected track to the Auto DJ Queue"),
m_libraryStr, libraryMenu);
addPrefixedControl("[Playlist]", "AutoDjAddTop",
tr("Add to Auto DJ Queue (top)"),
tr("Prepend selected track to the Auto DJ Queue"),
m_libraryStr, libraryMenu);
addDeckAndSamplerControl("LoadSelectedTrack",
tr("Load Track"),
Expand Down

0 comments on commit e9f5019

Please sign in to comment.