cancel new game dialog between games fixed

impoved key handling while type and set bets
This commit is contained in:
doitux
2007-01-29 21:25:33 +00:00
parent 48019eaa63
commit ddd199f103
3 changed files with 23 additions and 11 deletions
+1 -1
View File
@@ -108,7 +108,7 @@ void settingsDialogImpl::setFlipsidePicFileName()
{
QString fileName = QFileDialog::getOpenFileName(this, tr("Select your Flipside Picture"),
QDir::homePath(),
tr("Images (*.png *.xpm)"));
tr("Images (*.bmp *.png *.xpm)"));
if (!fileName.isEmpty())
lineEdit_OwnFlipsideFilename->setText(fileName);