Forgot a break in last commit

This commit is contained in:
Grégory Soutadé 2012-05-24 21:09:22 +02:00
parent 84da3fc5e1
commit 3ea0167b70
1 changed files with 1 additions and 0 deletions

View File

@ -191,6 +191,7 @@ void SnapshotsDialog::OnBackTo()
{
_kiss->LoadUser(user);
QMessageBox::information(0, "KissCount", _("Welcome back to ") + filename);
break;
}
}