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.
This commit is contained in:
Vadim Zeitlin 2022-10-28 15:01:18 +02:00
parent 79bae5fe1d
commit fd8453ed08

View file

@ -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().