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/queen/queen.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/queen/queen.cpp') diff --git a/engines/queen/queen.cpp b/engines/queen/queen.cpp index fd46351370..df854bf5fe 100644 --- a/engines/queen/queen.cpp +++ b/engines/queen/queen.cpp @@ -130,7 +130,7 @@ PluginError Engine_QUEEN_create(OSystem *syst, Engine **engine) { return kNoError; } -REGISTER_PLUGIN(QUEEN, "Flight of the Amazon Queen"); +REGISTER_PLUGIN(QUEEN, "Flight of the Amazon Queen", "Flight of the Amazon Queen (C) John Passfield and Steve Stamatiadis"); namespace Queen { -- cgit v1.2.3