[haiku-commits] haiku: hrev48601 - src/apps/aboutsystem

  • From: pulkomandy@xxxxxxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Mon, 5 Jan 2015 08:43:49 +0100 (CET)

hrev48601 adds 1 changeset to branch 'master'
old head: c50f8331de1bc0873bd1692157c3f6c68c520a26
new head: 73b2a864b9ccf8bb1c48de5c3a7f8718202ca485
overview: http://cgit.haiku-os.org/haiku/log/?qt=range&q=73b2a86+%5Ec50f833

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

73b2a86: Fix atftp copyright typo in AboutSystem
  
  Fixes #11699
  
  Signed-off-by: Adrien Destugues <pulkomandy@xxxxxxxxx>

                                                [ luroh <lurohh@xxxxxxxxx> ]

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

Revision:    hrev48601
Commit:      73b2a864b9ccf8bb1c48de5c3a7f8718202ca485
URL:         http://cgit.haiku-os.org/haiku/commit/?id=73b2a86
Author:      luroh <lurohh@xxxxxxxxx>
Date:        Sat Jan  3 18:12:10 2015 UTC
Committer:   Adrien Destugues <pulkomandy@xxxxxxxxx>
Commit-Date: Mon Jan  5 07:44:27 2015 UTC

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

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

1 file changed, 1 insertion(+), 1 deletion(-)
src/apps/aboutsystem/AboutSystem.cpp | 2 +-

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

diff --git a/src/apps/aboutsystem/AboutSystem.cpp 
b/src/apps/aboutsystem/AboutSystem.cpp
index 9bc6ea7..4bd9a8e 100644
--- a/src/apps/aboutsystem/AboutSystem.cpp
+++ b/src/apps/aboutsystem/AboutSystem.cpp
@@ -1172,7 +1172,7 @@ AboutView::_CreateCreditsView()
        // atftp copyrights
        _AddPackageCredit(PackageCredit("atftp")
                .SetCopyright(B_TRANSLATE(COPYRIGHT_STRING "2000 Jean-Pierre "
-                       "ervbefeL and Remi Lefebvre."))
+                       "Lefebvre and Remi Lefebvre."))
                .SetLicense(kGPLv2)
                .SetURL("http://freecode.com/projects/atftp";));
 


Other related posts:

  • » [haiku-commits] haiku: hrev48601 - src/apps/aboutsystem - pulkomandy