show button and logging bugfix

This commit is contained in:
doitux
2010-08-16 23:02:56 +00:00
parent 1b475637a5
commit af73aa37af
2 changed files with 4 additions and 4 deletions
@@ -1260,7 +1260,7 @@ void settingsDialogImpl::deleteLogFile()
if(selectedItem) {
int ret = QMessageBox::warning(this, tr("PokerTH - Log file"),
tr("Do you really want to delete the seleted log file?"),
tr("Do you really want to delete the selected log file?"),
QMessageBox::Yes | QMessageBox::No);
if(ret == QMessageBox::Yes) {