Remove outdated documentation remarks on Windows prior XP.

Since Windows XP is now the minimum supported target all remarks referencing differences in Windows versions prior XP have been removed or updated.
This commit is contained in:
Tobias Taschner
2015-08-31 09:57:53 +02:00
parent 03b243da21
commit 09b23156f5
11 changed files with 18 additions and 24 deletions

View File

@@ -137,7 +137,7 @@ enum wxWindowVariant
is the old name for this style. Windows only.
@style{wxBORDER_THEME}
Displays a native border suitable for a control, on the current
platform. On Windows XP or Vista, this will be a themed border; on
platform. On Windows, this will be a themed border; on
most other platforms a sunken border will be used. For more
information for themed borders on Windows, please see Themed
borders on Windows.