Revision: 396 Author: eht16 Date: 2006-06-02 14:07:16 -0700 (Fri, 02 Jun 2006) ViewCVS: http://svn.sourceforge.net/geany/?rev=396&view=rev
Log Message: ----------- corrected readme text for filedefs/filetypes.README
Modified Paths: -------------- trunk/ChangeLog trunk/src/utils.c Modified: trunk/ChangeLog =================================================================== --- trunk/ChangeLog 2006-06-02 20:23:38 UTC (rev 395) +++ trunk/ChangeLog 2006-06-02 21:07:16 UTC (rev 396) @@ -1,6 +1,8 @@ 2006-06-02 Enrico Troeger enrico.troeger@uvena.de
* 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
Modified: trunk/src/utils.c =================================================================== --- trunk/src/utils.c 2006-06-02 20:23:38 UTC (rev 395) +++ trunk/src/utils.c 2006-06-02 21:07:16 UTC (rev 396) @@ -1648,7 +1648,7 @@ } 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 ")."); }
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.