fixed lang, notifywindow init and sendToMenu hiding not in windows

This commit is contained in:
John Preston
2014-07-18 15:12:18 +04:00
parent 070ea58a53
commit 41c1effb4a
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -77,7 +77,7 @@ void TempDirDeleter::onStart() {
}
NotifyWindow::NotifyWindow(HistoryItem *item, int32 x, int32 y) : item(item), history(item->history())
NotifyWindow::NotifyWindow(HistoryItem *msg, int32 x, int32 y) : history(msg->history()), item(msg)
#ifdef Q_OS_WIN
, started(GetTickCount())
#endif