From 4a80db4c7b75ca58b7a2c02a740e0ed7e19c52f4 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Mon, 31 Jul 2006 13:41:21 +0000 Subject: * Added copyright string to all engine plugins * Modified about dialog to list all available plugins with their resp. copyright * Modified about dialog credits to show the GPL last (like movie end credits do with their legal text, too) svn-id: r23645 --- engines/sword1/sword1.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/sword1') diff --git a/engines/sword1/sword1.cpp b/engines/sword1/sword1.cpp index b20a49fce4..137c9242b2 100644 --- a/engines/sword1/sword1.cpp +++ b/engines/sword1/sword1.cpp @@ -125,7 +125,7 @@ PluginError Engine_SWORD1_create(OSystem *syst, Engine **engine) { return kNoError; } -REGISTER_PLUGIN(SWORD1, "Broken Sword"); +REGISTER_PLUGIN(SWORD1, "Broken Sword", "Broken Sword Games (C) Revolution"); namespace Sword1 { -- cgit v1.2.3