Kaydet (Commit) d56c26cd authored tarafından Enrico Tröger's avatar Enrico Tröger

corrected readme text for filedefs/filetypes.README


git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@396 ea778897-0a13-0410-b9d1-a72fbfd435f5
üst fa1bf26b
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>
......
...@@ -1648,7 +1648,7 @@ For more information read the documentation (in " DOCDIR " or visit " GEANY_HOME ...@@ -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 ").");
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment