From 8b0de12fe4795cebf6b7bd72201ab87733192c54 Mon Sep 17 00:00:00 2001 From: Sude Date: Thu, 25 Apr 2013 10:56:53 +0300 Subject: [PATCH] Forgot to change a comment in 9ee5f75 --- include/globalconstants.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/globalconstants.h b/include/globalconstants.h index 837b632..42b5f97 100644 --- a/include/globalconstants.h +++ b/include/globalconstants.h @@ -50,7 +50,7 @@ namespace GlobalConstants { LANGUAGE_TR, "tr", "Turkish" } }; - // Installer constants + // Platform constants const unsigned int PLATFORM_WINDOWS = 1; const unsigned int PLATFORM_MAC = 2;