Rebrand python about message

This commit is contained in:
TingPing 2013-05-18 15:42:30 -03:00
parent a22ae9f39a
commit 9891f94e41

View File

@ -356,13 +356,7 @@ Usage: /PY LOAD <filename>\n\
/* Remove if/when HexChat supports this command for plugins */
static const char reload[] = "Usage: RELOAD <name>, reloads a python script";
static const char about[] = "\
\n\
X-Chat Python Interface " VERSION "\n\
\n\
Copyright (c) 2002-2003 Gustavo Niemeyer <niemeyer@conectiva.com>\n\
\n";
static const char about[] = "HexChat Python " PY_VERSION " Interface Version " VERSION "\n";
/* ===================================================================== */
/* Utility functions */