diff options
Diffstat (limited to '')
-rw-r--r-- | editors/fxite/files/patch-src_scidoc.cpp (renamed from editors/fxite/files/patch-src__scidoc.cpp) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/fxite/files/patch-src__scidoc.cpp b/editors/fxite/files/patch-src_scidoc.cpp index 4f0a69100b71..03092bb5f720 100644 --- a/editors/fxite/files/patch-src__scidoc.cpp +++ b/editors/fxite/files/patch-src_scidoc.cpp @@ -1,6 +1,6 @@ --- src/scidoc.cpp.orig 2013-10-03 09:22:51 UTC +++ src/scidoc.cpp -@@ -620,7 +620,11 @@ bool SciDoc::SetLanguageForHeader(const +@@ -620,7 +620,11 @@ bool SciDoc::SetLanguageForHeader(const FXString &fn) } else { // Take a wild guess - if the file contains the word "class" it's probably C++ const char *content=(const char*)(sendMessage(SCI_GETCHARACTERPOINTER,0,0)); |