From a8159e3bc6d54abb16e6cfda340f28e191e84911 Mon Sep 17 00:00:00 2001 From: John Scipione Date: Wed, 14 Aug 2013 03:47:54 -0400 Subject: [PATCH] Give DarkWyrm credit on WinDecorator --- src/add-ons/decorators/WinDecorator/WinDecorator.cpp | 1 + src/add-ons/decorators/WinDecorator/WinDecorator.h | 1 + src/add-ons/decorators/WinDecorator/resources.rdef | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/add-ons/decorators/WinDecorator/WinDecorator.cpp b/src/add-ons/decorators/WinDecorator/WinDecorator.cpp index 7a7e021716..244db1b283 100644 --- a/src/add-ons/decorators/WinDecorator/WinDecorator.cpp +++ b/src/add-ons/decorators/WinDecorator/WinDecorator.cpp @@ -3,6 +3,7 @@ * Distributed under the terms of the MIT License. * * Authors: + * DarkWyrm, bpmagic@columbus.rr.com * Adrien Destugues, pulkomandy@gmail.com * John Scipione, jscipione@gmail.com */ diff --git a/src/add-ons/decorators/WinDecorator/WinDecorator.h b/src/add-ons/decorators/WinDecorator/WinDecorator.h index f90f1d62c2..31bd51b3c9 100644 --- a/src/add-ons/decorators/WinDecorator/WinDecorator.h +++ b/src/add-ons/decorators/WinDecorator/WinDecorator.h @@ -3,6 +3,7 @@ * Distributed under the terms of the MIT License. * * Authors: + * DarkWyrm, bpmagic@columbus.rr.com * Adrien Destugues, pulkomandy@gmail.com * John Scipione, jscipione@gmail.com */ diff --git a/src/add-ons/decorators/WinDecorator/resources.rdef b/src/add-ons/decorators/WinDecorator/resources.rdef index 659aedd110..f79ea98ec3 100644 --- a/src/add-ons/decorators/WinDecorator/resources.rdef +++ b/src/add-ons/decorators/WinDecorator/resources.rdef @@ -1,6 +1,6 @@ resource("be:decor:info") message('deco') { "name" = "Windows 95", - "authors" = "Adrien Destugues", + "authors" = "DarkWyrm, Adrien Destugues", "short_descr" = "Decorator resembling Windows 95", "long_descr" = "", "lic_url" = "",