Add GS homepage action before configure action, like in other internet services menus

This commit is contained in:
Arnaud Bienner 2011-11-24 01:13:38 +01:00
parent ceab3bd6f0
commit 47be001b8a
1 changed files with 1 additions and 1 deletions

View File

@ -489,8 +489,8 @@ void GroovesharkService::EnsureMenuCreated() {
context_menu_->addSeparator();
context_menu_->addAction(IconLoader::Load("edit-find"), tr("Search Grooveshark (opens a new tab)") + "...", this, SLOT(OpenSearchTab()));
context_menu_->addSeparator();
context_menu_->addAction(IconLoader::Load("configure"), tr("Configure Grooveshark..."), this, SLOT(ShowConfig()));
context_menu_->addAction(IconLoader::Load("download"), tr("Open %1 in browser").arg("grooveshark.com"), this, SLOT(Homepage()));
context_menu_->addAction(IconLoader::Load("configure"), tr("Configure Grooveshark..."), this, SLOT(ShowConfig()));
}
}