1
0
mirror of https://github.com/moparisthebest/hexchat synced 2024-11-22 09:12:22 -05:00

Update missing perl note.

This commit is contained in:
TingPing 2013-03-24 17:23:16 -03:00
parent e0bb6ff0cc
commit 39cfcc7468

View File

@ -1423,14 +1423,14 @@ perl_load_file (char *filename)
thread_mbox ("Cannot open " PERL_DLL "!\n\n"
"You must have a Visual C++ build of Perl "
PERL_REQUIRED_VERSION " installed in order to\n"
"run Perl scripts.\n\n"
"run Perl scripts. A reboot maybe required.\n\n"
"http://hexchat.org/downloads.html\n\n"
"I have found Perl 5.6, but that is too old.");
} else {
thread_mbox ("Cannot open " PERL_DLL "!\n\n"
"You must have a Visual C++ build of Perl "
PERL_REQUIRED_VERSION " installed in order to\n"
"run Perl scripts.\n\n"
"run Perl scripts. A reboot maybe required.\n\n"
"http://hexchat.org/downloads.html\n\n"
"Make sure Perl's bin directory is in your PATH.");
}