diff options
Diffstat (limited to 'engines/teenagent/detection.cpp')
-rw-r--r-- | engines/teenagent/detection.cpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/engines/teenagent/detection.cpp b/engines/teenagent/detection.cpp index d741039e8d..5012e6af65 100644 --- a/engines/teenagent/detection.cpp +++ b/engines/teenagent/detection.cpp @@ -17,9 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $URL$ - * $Id$ */ #include "common/system.h" @@ -116,7 +113,7 @@ public: } virtual const char *getName() const { - return "Teen Agent Engine"; + return "TeenAgent"; } virtual const char *getOriginalCopyright() const { |