From b5b35662e3d0ed751fadefd1e4b7cbe2d0c7345c Mon Sep 17 00:00:00 2001 From: Blake-Madden <66873089+Blake-Madden@users.noreply.github.com> Date: Wed, 4 Sep 2024 06:28:08 -0400 Subject: [PATCH] Warning about wxEXPAND --- src/i18n_review.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/i18n_review.cpp b/src/i18n_review.cpp index 5d00478..e2b7477 100644 --- a/src/i18n_review.cpp +++ b/src/i18n_review.cpp @@ -269,7 +269,9 @@ namespace i18n_check { L"DECLARE_NO_COPY_CLASS", L"Delete the copy CTOR and assignment operator instead of DECLARE_NO_COPY_CLASS." }, { L"wxGROW", L"Call wxSizer::Add() with a wxSizerFlags object using Expand() instead " - "of wxGROW." } + "of wxGROW." }, + { L"wxEXPAND", L"Call wxSizer::Add() with a wxSizerFlags object using Expand() instead " + "of wxEXPAND." } }; if (m_min_cpp_version >= 17)