1
0
mirror of https://github.com/moparisthebest/hexchat synced 2024-11-22 01:02:20 -05:00

Fix miscapitalization

This commit is contained in:
Eustachy Kapusta 2014-03-11 17:55:01 +01:00
parent fd0eeddcc9
commit e36855a21e

View File

@ -1483,9 +1483,9 @@ perl_load_file (char *filename)
/* http://forum.xchat.org/viewtopic.php?t=3277 */ /* http://forum.xchat.org/viewtopic.php?t=3277 */
thread_mbox ("Cannot use this " PERL_DLL "\n\n" thread_mbox ("Cannot use this " PERL_DLL "\n\n"
#ifdef _WIN64 #ifdef _WIN64
"64-bit Hexchat Perl is required."); "64-bit HexChat Perl is required.");
#else #else
"32-bit Hexchat Perl is required."); "32-bit HexChat Perl is required.");
#endif #endif
else { else {
/* a lot of people install this old version */ /* a lot of people install this old version */