From fcd58b2c63f86732546ec3f4a65fb9d32a363bea Mon Sep 17 00:00:00 2001 From: Tux3/Mlkj Date: Mon, 26 Jan 2015 09:50:56 +0100 Subject: [PATCH] Update outdated autoupdate comments --- src/autoupdate.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/autoupdate.h b/src/autoupdate.h index 3937e3b20..fad491d80 100644 --- a/src/autoupdate.h +++ b/src/autoupdate.h @@ -22,8 +22,8 @@ #include #include -/// For now we only support auto updates on Windows, although extending it is not a technical issue. -/// Linux and Mac users are expected to use their package managers or update manually through official channels. +/// For now we only support auto updates on Windows and OS X, although extending it is not a technical issue. +/// Linux users are expected to use their package managers or update manually through official channels. #ifdef Q_OS_WIN #define AUTOUPDATE_ENABLED 1 #elif defined(Q_OS_OSX)