From ce0077c3cbb0b2544bbbe488f325100e39c5b019 Mon Sep 17 00:00:00 2001 From: Adrien Destugues Date: Tue, 20 Jul 2010 13:15:23 +0000 Subject: [PATCH] * Following the outsourcing ofICU as an optional package, it was listed twice in AboutSystem. Thanks to RQ for noticing ! git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37618 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/apps/aboutsystem/AboutSystem.cpp | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/apps/aboutsystem/AboutSystem.cpp b/src/apps/aboutsystem/AboutSystem.cpp index 2e0c43cf3e..0edcf3dba1 100644 --- a/src/apps/aboutsystem/AboutSystem.cpp +++ b/src/apps/aboutsystem/AboutSystem.cpp @@ -1494,14 +1494,6 @@ AboutView::_CreateCreditsView() .SetURL("http://www.ralinktech.com/")); #endif - // ICU copyrights - _AddPackageCredit(PackageCredit( - "ICU - International Components for Unicode") - .SetCopyright(COPYRIGHT_STRING - "1995-2009 International Business Machines Corporation and others") - .SetLicense("ICU") - .SetURL("http://www.icu-project.org")); - _AddCopyrightsFromAttribute(); _AddPackageCreditEntries();