Make FiSHLiM consistent with recent naming changes

This commit is contained in:
Berke Viktor
2012-07-26 23:41:03 +02:00
parent 52175f439a
commit 94c66e935d
2 changed files with 3 additions and 3 deletions

View File

@ -52,7 +52,7 @@ static xchat_plugin *ph;
* Returns the path to the key store file.
*/
gchar *get_config_filename() {
return g_build_filename(xchat_get_info(ph, "xchatdirfs"), "plugin_fishlim.conf", NULL);
return g_build_filename(xchat_get_info(ph, "xchatdirfs"), "addon_fishlim.conf", NULL);
}
/**