Skip to content

Commit 72380be

Browse files
committed
missing docu update for
Revision: 4b3a04f Author: Christian Grasser <[email protected]> Date: 03.10.2024 13:46:24 Message: fix bruderstein#344 Fix invalid enums - renamed problematic enums - automatically created 8859_15 is problematic and needs to be checked if it could be managed within python code gen script from scintilla iface - docu not updated yet ---- Modified: PythonScript/src/EnumsWrapper.cpp Modified: PythonScript/src/NotepadPython.cpp
1 parent 914ac11 commit 72380be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/enums.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1516,9 +1516,9 @@ WINVER
15161516

15171517
.. attribute:: WINVER.WIN32S
15181518

1519-
.. attribute:: WINVER.95
1519+
.. attribute:: WINVER.WIN95
15201520

1521-
.. attribute:: WINVER.98
1521+
.. attribute:: WINVER.WIN98
15221522

15231523
.. attribute:: WINVER.ME
15241524

0 commit comments

Comments
 (0)