Update Scintilla from 3.4.2 to 3.4.3 (no real changes)
This commit is contained in:
committed by
Vadim Zeitlin
parent
40a18a74f9
commit
40fa003072
@@ -3,7 +3,7 @@ directories from the Scintilla source distribution. All other code
|
||||
needed to implement Scintilla on top of wxWidgets is located in the
|
||||
directory above this one.
|
||||
|
||||
The current version of the Scintilla code is 3.4.2
|
||||
The current version of the Scintilla code is 3.4.3
|
||||
|
||||
These are the basic steps needed to update the version of Scintilla used by wxSTC.
|
||||
|
||||
|
@@ -5323,7 +5323,7 @@ wxStyledTextEvent::wxStyledTextEvent(const wxStyledTextEvent& event):
|
||||
|
||||
/*static*/ wxVersionInfo wxStyledTextCtrl::GetLibraryVersionInfo()
|
||||
{
|
||||
return wxVersionInfo("Scintilla", 3, 4, 2, "Scintilla 3.4.2");
|
||||
return wxVersionInfo("Scintilla", 3, 4, 3, "Scintilla 3.4.3");
|
||||
}
|
||||
|
||||
#endif // wxUSE_STC
|
||||
|
@@ -1205,7 +1205,7 @@ wxStyledTextEvent::wxStyledTextEvent(const wxStyledTextEvent& event):
|
||||
|
||||
/*static*/ wxVersionInfo wxStyledTextCtrl::GetLibraryVersionInfo()
|
||||
{
|
||||
return wxVersionInfo("Scintilla", 3, 4, 2, "Scintilla 3.4.2");
|
||||
return wxVersionInfo("Scintilla", 3, 4, 3, "Scintilla 3.4.3");
|
||||
}
|
||||
|
||||
#endif // wxUSE_STC
|
||||
|
Reference in New Issue
Block a user