[haiku-commits] haiku: hrev43701 - data/system/data/fonts/ttfonts

  • From: mattmadia@xxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Mon, 30 Jan 2012 22:50:00 +0100 (CET)

hrev43701 adds 1 changeset to branch 'master'
old head: 38759479e70f3f722389050d6c141959eb5773f6
new head: db65804d14a68917814c37f016fe41471a0f17ba

----------------------------------------------------------------------------

db65804: Updated VLGothic fonts to version 20120130. Fixes #7598.

                                        [ Matt Madia <mattmadia@xxxxxxxxx> ]

----------------------------------------------------------------------------

Revision:    hrev43701
Commit:      db65804d14a68917814c37f016fe41471a0f17ba
URL:         http://cgit.haiku-os.org/haiku/commit/?id=db65804
Author:      Matt Madia <mattmadia@xxxxxxxxx>
Date:        Mon Jan 30 21:48:57 2012 UTC

Ticket:      https://dev.haiku-os.org/ticket/7598

----------------------------------------------------------------------------

3 files changed, 3 insertions(+), 3 deletions(-)
.../data/fonts/ttfonts/VL-Gothic-Regular.ttf       |  Bin 3845492 -> 3943068 
bytes
.../data/fonts/ttfonts/VL-PGothic-Regular.ttf      |  Bin 3983640 -> 4073056 
bytes
src/apps/aboutsystem/AboutSystem.cpp               |    6 +++---

----------------------------------------------------------------------------

diff --git a/data/system/data/fonts/ttfonts/VL-Gothic-Regular.ttf 
b/data/system/data/fonts/ttfonts/VL-Gothic-Regular.ttf
index 3bc4927..18f2163 100644
Binary files a/data/system/data/fonts/ttfonts/VL-Gothic-Regular.ttf and 
b/data/system/data/fonts/ttfonts/VL-Gothic-Regular.ttf differ
diff --git a/data/system/data/fonts/ttfonts/VL-PGothic-Regular.ttf 
b/data/system/data/fonts/ttfonts/VL-PGothic-Regular.ttf
index ed65c6d..8be3532 100644
Binary files a/data/system/data/fonts/ttfonts/VL-PGothic-Regular.ttf and 
b/data/system/data/fonts/ttfonts/VL-PGothic-Regular.ttf differ
diff --git a/src/apps/aboutsystem/AboutSystem.cpp 
b/src/apps/aboutsystem/AboutSystem.cpp
index 29ac1fd..2a78110 100644
--- a/src/apps/aboutsystem/AboutSystem.cpp
+++ b/src/apps/aboutsystem/AboutSystem.cpp
@@ -1402,9 +1402,9 @@ AboutView::_CreateCreditsView()
                .SetCopyrights(B_TRANSLATE(COPYRIGHT_STRING "1990-2003 Wada 
Laboratory,"
                        " the University of Tokyo."), COPYRIGHT_STRING
                        "2003-2004 Electronic Font Open Laboratory (/efont/).",
-                       COPYRIGHT_STRING "2003-2008 M+ FONTS PROJECT.",
-                       COPYRIGHT_STRING "2006-2009 Daisuke SUZUKI.",
-                       COPYRIGHT_STRING "2006-2009 Project Vine.",
+                       COPYRIGHT_STRING "2003-2012 M+ FONTS PROJECT.",
+                       COPYRIGHT_STRING "2006-2012 Daisuke SUZUKI.",
+                       COPYRIGHT_STRING "2006-20012 Project Vine.",
                        B_TRANSLATE("MIT license. All rights reserved."),
                        NULL)
                .SetLicense("BSD (3-clause)")


Other related posts:

  • » [haiku-commits] haiku: hrev43701 - data/system/data/fonts/ttfonts - mattmadia