From 30e22366463f7bdfe9ad24399b0b0767be8d96f8 Mon Sep 17 00:00:00 2001 From: TcT2k Date: Mon, 10 Aug 2015 16:33:27 +0200 Subject: [PATCH] Add missing word in wxCheckOsVersion() documentation. --- interface/wx/utils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/wx/utils.h b/interface/wx/utils.h index 0dd2a30d73..d2f5e17aac 100644 --- a/interface/wx/utils.h +++ b/interface/wx/utils.h @@ -880,7 +880,7 @@ wxString wxGetOsDescription(); wxOperatingSystemId wxGetOsVersion(int* major = NULL, int* minor = NULL); /** - Returns @true the version of the operating system on which the program + Returns @true if the version of the operating system on which the program is running under is the same or later than the given version. @since 3.1.0