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. * 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. * Distributed under the terms of the MIT License.
*
* Authors:
* DarkWyrm, [email protected]
* Adrien Destugues, [email protected]
* John Scipione, [email protected]
*/ */
#ifndef _MAC_DECORATOR_H_ #ifndef _MAC_DECORATOR_H_
#define _MAC_DECORATOR_H_ #define _MAC_DECORATOR_H_
@@ -1,10 +1,10 @@
resource("be:decor:info") message('deco') { resource("be:decor:info") message('deco') {
"name" = "MacOS 9", "name" = "Mac OS Platinum",
"authors" = "", "authors" = "DarkWyrm, Adrien Destugues",
"short_descr" = "MacOS 9", "short_descr" = "Decorator resembling Mac OS 8 and 9",
"long_descr" = "", "long_descr" = "",
"lic_url" = "", "lic_url" = "",
"lic_name" = "MIT", "lic_name" = "MIT",
"support_url" = "http://www.haiku-os.org/", "support_url" = "http://www.haiku-os.org/",
float "version" = 1.0 float "version" = 1.0
}; };
+1
View File
@@ -404,6 +404,7 @@ Decorator::Title(int32 tab) const
Decorator::Tab* decoratorTab = fTabList.ItemAt(tab); Decorator::Tab* decoratorTab = fTabList.ItemAt(tab);
if (decoratorTab == NULL) if (decoratorTab == NULL)
return ""; return "";
return decoratorTab->title; return decoratorTab->title;
} }