changed some hotkeys

This commit is contained in:
brukie 2009-06-25 13:25:20 +02:00
parent 6a537979d0
commit 7f0f6c6212
3 changed files with 20 additions and 24 deletions

View file

@ -9,7 +9,7 @@ GameSelector::GameSelector(Client *_client, QWidget *parent)
gameListModel = new GamesModel(this);
gameListView->setModel(gameListModel);
createButton = new QPushButton(tr("&Create"));
createButton = new QPushButton(tr("C&reate"));
joinButton = new QPushButton(tr("&Join"));
QHBoxLayout *buttonLayout = new QHBoxLayout;
buttonLayout->addStretch();