corrected readme text for filedefs/filetypes.README

git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@396 ea778897-0a13-0410-b9d1-a72fbfd435f5
This commit is contained in:
Enrico Tröger 2006-06-02 21:07:16 +00:00
parent fa1bf26b2f
commit d56c26cd48
2 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,8 @@
2006-06-02 Enrico Troeger <enrico.troeger@uvena.de> 2006-06-02 Enrico Troeger <enrico.troeger@uvena.de>
* src/highlighting.c, data/filetypes.css: improved colouring * src/highlighting.c, data/filetypes.css: improved colouring
* src/utils.c: added some sanity checks if filetype is NULL
* src/utils.c: corrected readme text for filedefs/filetypes.README
2006-06-02 Nick Treleaven <nick.treleaven@btinternet.com> 2006-06-02 Nick Treleaven <nick.treleaven@btinternet.com>

View File

@ -1648,7 +1648,7 @@ For more information read the documentation (in " DOCDIR " or visit " GEANY_HOME
} }
if (error_nr == 0 && ! g_file_test(filedefs_readme, G_FILE_TEST_EXISTS)) if (error_nr == 0 && ! g_file_test(filedefs_readme, G_FILE_TEST_EXISTS))
utils_write_file(filedefs_readme, utils_write_file(filedefs_readme,
"Copy files from " PACKAGE_DATA_DIR "/ to this directory to overwrite them. To use the defaults, just delete the file in this directory.\n\ "Copy files from " PACKAGE_DATA_DIR "/" PACKAGE " to this directory to overwrite them. To use the defaults, just delete the file in this directory.\n\
For more information read the documentation (in " DOCDIR " or visit " GEANY_HOMEPAGE ")."); For more information read the documentation (in " DOCDIR " or visit " GEANY_HOMEPAGE ").");
} }