Skip to content

Commit

Permalink
Don't use non-ASCII characters in interface headers
Browse files Browse the repository at this point in the history
Replace "’s" with "'s" in interface headers as the former broke wxPython
build with SIP under MSW.

See #22605.

(cherry picked from commit 4010140)
  • Loading branch information
stahta01 authored and vadz committed Jul 5, 2022
1 parent 229a3c0 commit 5b5ec38
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion interface/wx/clrpicker.h
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ wxEventType wxEVT_COLOURPICKER_DIALOG_CANCELLED;
@event{EVT_COLOURPICKER_CHANGED(id, func)}
The user changed the colour selected in the control either using the
button or using text control (see @c wxCLRP_USE_TEXTCTRL; note that
in this case the event is fired only if the users input is valid,
in this case the event is fired only if the user's input is valid,
i.e. recognizable). When using a popup dialog for changing the
colour, this event is sent only when the changes in the dialog are
accepted by the user, unlike @c EVT_COLOURPICKER_CURRENT_CHANGED.
Expand Down
2 changes: 1 addition & 1 deletion interface/wx/webview.h
Original file line number Diff line number Diff line change
Expand Up @@ -851,7 +851,7 @@ class wxWebView : public wxControl
virtual bool RemoveScriptMessageHandler(const wxString& name);

/**
Injects the specified script into the webpages content.
Injects the specified script into the webpage's content.
@param javascript The javascript code to add.
@param injectionTime Specifies when the script will be executed.
Expand Down

0 comments on commit 5b5ec38

Please sign in to comment.