diff options
author | nyamatongwe <nyamatongwe@gmail.com> | 2012-10-20 23:04:59 +1100 |
---|---|---|
committer | nyamatongwe <nyamatongwe@gmail.com> | 2012-10-20 23:04:59 +1100 |
commit | c9e81e02ceafed1f7c69e03cd019cca6a157f12d (patch) | |
tree | 0f1e9365c7c5ea701c16a02b6dfb50b274f214d4 | |
parent | 6a7517a9f37faaf1f870d62def12432866995b19 (diff) | |
download | scintilla-mirror-c9e81e02ceafed1f7c69e03cd019cca6a157f12d.tar.gz |
Fixed bug number in history.
-rw-r--r-- | doc/ScintillaHistory.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index cd44a5399..47b1777fe 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -451,7 +451,7 @@ </li> <li> For C/C++, recognize exponent in floating point hexadecimal literals. - <a href="https://sourceforge.net/tracker/?func=detail&atid=102439&aid=3519260&group_id=2439">Bug #3519260.</a> + <a href="https://sourceforge.net/tracker/?func=detail&atid=102439&aid=3576454&group_id=2439">Bug #3576454.</a> </li> <li> For C #include statements, do not treat // in the path as a comment. |