From 8311c3aa562f6358186d9971a25aa5b42ebc4241 Mon Sep 17 00:00:00 2001 From: Eustachy Kapusta Date: Sat, 12 Oct 2013 19:42:26 +0200 Subject: Rename Strawberry to Hexchat in Perl error message --- plugins/perl/perl.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/perl') diff --git a/plugins/perl/perl.c b/plugins/perl/perl.c index 79baff5a..f3ce8883 100644 --- a/plugins/perl/perl.c +++ b/plugins/perl/perl.c @@ -1482,9 +1482,9 @@ perl_load_file (char *filename) /* http://forum.xchat.org/viewtopic.php?t=3277 */ thread_mbox ("Cannot use this " PERL_DLL "\n\n" #ifdef _WIN64 - "64-bit Strawberry Perl is required."); + "64-bit Hexchat Perl is required."); #else - "32-bit Strawberry Perl is required."); + "32-bit Hexchat Perl is required."); #endif else { /* a lot of people install this old version */ -- cgit 1.4.1