- Updated TODO

This commit is contained in:
Christophe Dumez 2007-03-12 13:41:02 +00:00
parent 14251dd7b0
commit 2aea91822e
2 changed files with 4 additions and 3 deletions

View file

@ -133,6 +133,6 @@ void createtorrent::on_createButton_clicked(){
catch (std::exception& e){
std::cerr << e.what() << "\n";
}
QMessageBox::information(0, tr("Torrent creation"), tr("Torrent was created successfully:")+" "+destination);
hide();
QMessageBox::information(0, tr("Torrent creation"), tr("Torrent was created successfully:")+" "+destination);
}