diff options
author | nyamatongwe <unknown> | 2003-04-18 03:26:54 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2003-04-18 03:26:54 +0000 |
commit | f6e875f4dec1a9a05dce6bbe9894e0890ae5b2ab (patch) | |
tree | f6147136645fadfda1bddc2c8040984d54d59aa9 | |
parent | ba73d141c8e5980c4b3d13004e3002b4577d40f8 (diff) | |
download | scintilla-mirror-f6e875f4dec1a9a05dce6bbe9894e0890ae5b2ab.tar.gz |
Correct location of header.
-rw-r--r-- | gtk/deps.mak | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/deps.mak b/gtk/deps.mak index 1fe47ca31..0dd52a9c4 100644 --- a/gtk/deps.mak +++ b/gtk/deps.mak @@ -29,7 +29,7 @@ Editor.o: ../src/Editor.cxx ../include/Platform.h ../include/Scintilla.h \ ../src/Style.h ../src/ViewStyle.h ../src/Document.h ../src/Editor.h
ExternalLexer.o: ../src/ExternalLexer.cxx ../include/Platform.h \
../include/Scintilla.h ../include/SciLexer.h ../include/PropSet.h \
- ../include/Accessor.h ../src/DocumentAccessor.h ../src/Keywords.h \
+ ../include/Accessor.h ../src/DocumentAccessor.h ../include/KeyWords.h \
../src/ExternalLexer.h
Indicator.o: ../src/Indicator.cxx ../include/Platform.h \
../include/Scintilla.h ../src/Indicator.h
|