MacDecorator: Give credit and update description
... to Adrien Destugues and DarkWyrm.
This commit is contained in:
@@ -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
|
||||
};
|
||||
|
||||
@@ -404,6 +404,7 @@ Decorator::Title(int32 tab) const
|
||||
Decorator::Tab* decoratorTab = fTabList.ItemAt(tab);
|
||||
if (decoratorTab == NULL)
|
||||
return "";
|
||||
|
||||
return decoratorTab->title;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user