[haiku-commits] r37618 - haiku/trunk/src/apps/aboutsystem

  • From: pulkomandy@xxxxxxxxxxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Tue, 20 Jul 2010 15:15:24 +0200 (CEST)

Author: pulkomandy
Date: 2010-07-20 15:15:23 +0200 (Tue, 20 Jul 2010)
New Revision: 37618
Changeset: http://dev.haiku-os.org/changeset/37618

Modified:
   haiku/trunk/src/apps/aboutsystem/AboutSystem.cpp
Log:
 * Following the outsourcing ofICU as an optional package, it was listed twice 
in AboutSystem. Thanks to RQ for noticing !


Modified: haiku/trunk/src/apps/aboutsystem/AboutSystem.cpp
===================================================================
--- haiku/trunk/src/apps/aboutsystem/AboutSystem.cpp    2010-07-20 13:11:13 UTC 
(rev 37617)
+++ haiku/trunk/src/apps/aboutsystem/AboutSystem.cpp    2010-07-20 13:15:23 UTC 
(rev 37618)
@@ -1494,14 +1494,6 @@
                .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();
 


Other related posts:

  • » [haiku-commits] r37618 - haiku/trunk/src/apps/aboutsystem - pulkomandy