MacDecorator: Give credit and update description

... to Adrien Destugues and DarkWyrm.
This commit is contained in:
John Scipione
2014-02-20 19:31:43 -05:00
parent a8159e3bc6
commit 6f99a609e3
4 changed files with 21 additions and 10 deletions
@@ -1,6 +1,11 @@
/*
* Copyright 2009-2010, Haiku.
* Copyright 2009-2013, Haiku, Inc.
* Distributed under the terms of the MIT License.
*
* Authors:
* DarkWyrm, [email protected]
* Adrien Destugues, [email protected]
* John Scipione, [email protected]
*/
@@ -1,6 +1,11 @@
/*
* Copyright 2009-2010, Haiku.
* Copyright 2009-2013, Haiku, Inc.
* Distributed under the terms of the MIT License.
*
* Authors:
* DarkWyrm, bpmagic@columbus.rr.com
* Adrien Destugues, pulkomandy@gmail.com
* John Scipione, jscipione@gmail.com
*/
#ifndef _MAC_DECORATOR_H_
#define _MAC_DECORATOR_H_
@@ -1,10 +1,10 @@
resource("be:decor:info") message('deco') {
"name" = "MacOS 9",
"authors" = "",
"short_descr" = "MacOS 9",
"long_descr" = "",
"lic_url" = "",
"lic_name" = "MIT",
"support_url" = "http://www.haiku-os.org/",
float "version" = 1.0
"name" = "Mac OS Platinum",
"authors" = "DarkWyrm, Adrien Destugues",
"short_descr" = "Decorator resembling Mac OS 8 and 9",
"long_descr" = "",
"lic_url" = "",
"lic_name" = "MIT",
"support_url" = "http://www.haiku-os.org/",
float "version" = 1.0
};
+1
View File
@@ -404,6 +404,7 @@ Decorator::Title(int32 tab) const
Decorator::Tab* decoratorTab = fTabList.ItemAt(tab);
if (decoratorTab == NULL)
return "";
return decoratorTab->title;
}