- Updated polish translation

This commit is contained in:
Christophe Dumez 2007-07-25 06:46:37 +00:00
parent f27e913f67
commit 102c5ee81e
51 changed files with 4203 additions and 3994 deletions

View file

@ -57,7 +57,6 @@
// Constructor
GUI::GUI(QWidget *parent, QStringList torrentCmdLine) : QMainWindow(parent){
setupUi(this);
//setAttribute(Qt::WA_DeleteOnClose);
setWindowTitle(tr("qBittorrent %1", "e.g: qBittorrent v0.x").arg(VERSION));
QSettings settings("qBittorrent", "qBittorrent");
systrayIntegration = settings.value("Options/Misc/Behaviour/SystrayIntegration", true).toBool();