diff PROGRAMMING_NOTES @ 9619:da88e2cd5c53

[gaim-migrate @ 10463] Odds n ends. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sat, 31 Jul 2004 20:48:03 +0000
parents 10b5ac17fdd6
children 83ec0b408926
line wrap: on
line diff
--- a/PROGRAMMING_NOTES	Sat Jul 31 15:27:39 2004 +0000
+++ b/PROGRAMMING_NOTES	Sat Jul 31 20:48:03 2004 +0000
@@ -31,10 +31,6 @@
 
   printf("File in DATADIR is: %s%s%s\n", DATADIR, G_DIR_SEPARATOR_S, "pic.png");
 
-- When writing out paths to .gaimrc, use wgaim_escape_dirsep. This is necessary
-  because the Windows dir separator '\' is being used to escape characters, when
-  paths are read in from the .gaimrc file.
-
 PLUGINS & PROTOS
 ----------------