diff src/plugins.c @ 1145:cd96ca1aed02

[gaim-migrate @ 1155] actually to be quite honest toc has been blocking me so i have no way of knowing that the permit/deny stuff that i'm committing actually works. but i'm sure i'll get a bug report in about 3 hours or so if it's not. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Mon, 27 Nov 2000 13:18:11 +0000
parents f168625b63fe
children 8f70ecf3e884
line wrap: on
line diff
--- a/src/plugins.c	Mon Nov 27 12:45:03 2000 +0000
+++ b/src/plugins.c	Mon Nov 27 13:18:11 2000 +0000
@@ -107,7 +107,7 @@
 					GTK_FILE_SELECTION(plugin_dialog));
 
 	if (!last_dir)
-		/* someone fix me please, how do we get the dir from configure? */
+		/* someone FIXME please, how do we get the dir from configure? */
 		buf = g_strdup("/usr/local/lib/gaim/");
 	else
 		buf = g_strconcat(last_dir, G_DIR_SEPARATOR_S, NULL);