Fix autotrade plugin name in version string

develop
Anuradha Dissanayake 2014-06-02 16:05:05 +12:00
parent e4a6f13347
commit f07f2e1079
1 changed files with 1 additions and 1 deletions

@ -502,7 +502,7 @@ static command_result autotrade_cmd(color_ostream &out, vector <string> & parame
{
if (parameters.size() == 1 && toLower(parameters[0])[0] == 'v')
{
out << "Building Plan" << endl << "Version: " << PLUGIN_VERSION << endl;
out << "Autotrade" << endl << "Version: " << PLUGIN_VERSION << endl;
}
}