diff options
author | bviktor <berkeviktor@aol.com> | 2012-07-20 06:43:35 -0700 |
---|---|---|
committer | bviktor <berkeviktor@aol.com> | 2012-07-20 06:43:35 -0700 |
commit | 7fdcf9620e7c01bd3709fef75bf4ca4bbdea1356 (patch) | |
tree | 1807d99706d95d92fcb201fabe73db6314af482a /plugins/perl | |
parent | 27c6150ab350b7f0e4c7b7a1427baea026d7e12b (diff) | |
parent | d4ce3fb24039a18860dc7ffd9fd487911f408b64 (diff) |
Merge pull request #9 from XhmikosR/master
more branding changes
Diffstat (limited to 'plugins/perl')
-rw-r--r-- | plugins/perl/perl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/perl/perl.c b/plugins/perl/perl.c index ac231867..1250e766 100644 --- a/plugins/perl/perl.c +++ b/plugins/perl/perl.c @@ -144,7 +144,7 @@ perl_auto_load (void *unused) if (!xdir) /* xchatdirfs is new for 2.0.9, will fail on older */ xdir = xchat_get_info (ph, "xchatdir"); - /* autoload from ~/.xchat2/ or ${APPDATA}\X-Chat 2\ on win32 */ + /* autoload from ~/.xchat2/ or ${APPDATA}\HexChat\ on win32 */ perl_auto_load_from_path (xdir); sub_dir = malloc (strlen (xdir) + 9); |