summaryrefslogtreecommitdiff
path: root/lib/wx/include/wx.hrl
diff options
context:
space:
mode:
Diffstat (limited to 'lib/wx/include/wx.hrl')
-rw-r--r--lib/wx/include/wx.hrl4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/wx/include/wx.hrl b/lib/wx/include/wx.hrl
index 38ba71c5f7..1b61fb4390 100644
--- a/lib/wx/include/wx.hrl
+++ b/lib/wx/include/wx.hrl
@@ -1,7 +1,7 @@
%%
%% %CopyrightBegin%
%%
-%% Copyright Ericsson AB 2008-2022. All Rights Reserved.
+%% Copyright Ericsson AB 2008-2023. All Rights Reserved.
%%
%% Licensed under the Apache License, Version 2.0 (the "License");
%% you may not use this file except in compliance with the License.
@@ -903,7 +903,7 @@
-define(wxDF_LOCALE, 16).
-define(wxDF_PRIVATE, 20).
-define(wxDF_HTML, 30).
--define(wxDF_MAX, 31).
+-define(wxDF_MAX, wxe_util:get_const(wxDF_MAX)).
%%% From "defs.h": wxDeprecatedGUIConstants
-define(wxDEFAULT, 70).
-define(wxDECORATIVE, 71).