diff options
| author | Neil <nyamatongwe@gmail.com> | 2019-12-13 16:19:07 +1100 |
|---|---|---|
| committer | Neil <nyamatongwe@gmail.com> | 2019-12-13 16:19:07 +1100 |
| commit | c09dc2fb669b8ddd820e983c814f687b9ee6b5b9 (patch) | |
| tree | faf8d0055930aca8675e6221a1be838cc4d81070 /gtk | |
| parent | 24b5d9fca3a7b39ef98ff9a8e498a32fc0957a0f (diff) | |
| download | scintilla-mirror-c09dc2fb669b8ddd820e983c814f687b9ee6b5b9.tar.gz | |
Backport: Fix incorrect comments.
Backport of changeset 7837:89f1e0f361f0.
Diffstat (limited to 'gtk')
| -rw-r--r-- | gtk/ScintillaGTKAccessible.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/ScintillaGTKAccessible.cxx b/gtk/ScintillaGTKAccessible.cxx index f9cedcb82..7962b84dd 100644 --- a/gtk/ScintillaGTKAccessible.cxx +++ b/gtk/ScintillaGTKAccessible.cxx @@ -1,5 +1,5 @@ /* Scintilla source code edit control */ -/* ScintillaGTKAccessible.c - GTK+ accessibility for ScintillaGTK */ +/* ScintillaGTKAccessible.cxx - GTK+ accessibility for ScintillaGTK */ /* Copyright 2016 by Colomban Wendling <colomban@geany.org> * The License.txt file describes the conditions under which this software may be distributed. */ |
