From fd8453ed08a03416c789df6f7e0bed9509e31309 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Fri, 28 Oct 2022 15:01:18 +0200 Subject: [PATCH] Fix wxSysColourChangedEvent brief description in Doxygen This is another instance of the problem mostly fixed back in a193a6786d (Escape space after "e.g." or "i.e." in the manual., 2014-12-24), Closes #22925. --- interface/wx/event.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/wx/event.h b/interface/wx/event.h index 480d59913f..24ba1f5e3a 100644 --- a/interface/wx/event.h +++ b/interface/wx/event.h @@ -1902,7 +1902,7 @@ public: This class is used for system colour change events, which are generated when the user changes the colour settings or when the system theme changes - (e.g. automatic dark mode switching on macOS). + (e.g.\ automatic dark mode switching on macOS). Event handlers for this event can access the new system colour settings through wxSystemSettings::GetColour().