diff --git a/ChangeLog b/ChangeLog index 1603a213..c14d0942 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,8 @@ 2006-06-02 Enrico Troeger * 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 diff --git a/src/utils.c b/src/utils.c index cbeba2d1..12887206 100644 --- a/src/utils.c +++ b/src/utils.c @@ -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)) 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 ")."); }