- Updated italian and korean translations

- Fixed infoBar text when adding a torrent
This commit is contained in:
Christophe Dumez
2007-09-27 18:25:37 +00:00
parent 42cacabccd
commit 00dbf7ba38
7 changed files with 196 additions and 194 deletions

View File

@@ -45,7 +45,7 @@ class torrentAdditionDialog : public QDialog, private Ui_addTorrentDialog{
Q_OBJECT
signals:
void setInfoBarGUI(QString info, QString color);
void setInfoBarGUI(QString info, QColor color);
void torrentAddition(QString filePath, bool fromScanDir, QString from_url);
private: