mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2025-12-16 01:30:07 +01:00
Take care about how wxString and wxArrayString are substituted in the docs. There are some cases where it is a substring and so should not be replaced.
This commit is contained in:
@@ -178,7 +178,7 @@ def replaceCppItems(line):
|
||||
if item in CPP_ITEMS:
|
||||
continue
|
||||
|
||||
if 'wxString' in item:
|
||||
if 'wxString' == item:
|
||||
item = 'string'
|
||||
elif 'wxCoord' == item:
|
||||
item = 'int'
|
||||
|
||||
Reference in New Issue
Block a user