D17860: KMines Reset After Game Over.
Yuri Chornoivan
noreply at phabricator.kde.org
Sat Dec 29 20:04:16 GMT 2018
yurchor added a comment.
Thanks in advance for fixing the issue.
INLINE COMMENTS
> mainwindow.cpp:207
> + //ask to reset
> + if (QMessageBox::question(this, tr("Reset?"), tr("Reset the Game?")) == QMessageBox::Yes){
> + m_scene->reset();
This should be QMessageBox::question(this, i18n("Reset?"), i18n("Reset the Game?")
REPOSITORY
R404 KMines
REVISION DETAIL
https://phabricator.kde.org/D17860
To: smaudet, #kde_games
Cc: yurchor, kde-games-devel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-games-devel/attachments/20181229/fbafa061/attachment.html>
More information about the kde-games-devel
mailing list