diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2013-05-23 00:38:02 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2013-05-23 00:38:02 -0500 |
commit | d7556a20d6d923d2f21decf4d840866d2a41b935 (patch) | |
tree | 38417da287debb167151332b223868f91c109b27 /kghostview | |
parent | 1b0eddf123df6ec90f870f269a7c74d21622144c (diff) | |
download | tdegraphics-d7556a20d6d923d2f21decf4d840866d2a41b935.tar.gz tdegraphics-d7556a20d6d923d2f21decf4d840866d2a41b935.zip |
Fix incorrect characters.
Diffstat (limited to 'kghostview')
-rw-r--r-- | kghostview/AUTHORS | 2 | ||||
-rw-r--r-- | kghostview/README | 2 | ||||
-rw-r--r-- | kghostview/displayoptions.cpp | 2 | ||||
-rw-r--r-- | kghostview/displayoptions.h | 2 | ||||
-rw-r--r-- | kghostview/fullscreenfilter.cpp | 2 | ||||
-rw-r--r-- | kghostview/kgv_view.cpp | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/kghostview/AUTHORS b/kghostview/AUTHORS index 001afaa8..1f999a80 100644 --- a/kghostview/AUTHORS +++ b/kghostview/AUTHORS @@ -4,6 +4,6 @@ Copyright (C) 2000-2002 Wilco Greven <greven@kde.org> Copyright (C) 1997 Markkhu Hihnala <mah@ee.oulu.fi> Copyright (C) 2000 Espen Sand <espen@kde.org> Copyright (C) 1999-2000 David Sweet <dsweet@kde.org> -Copyright (C) 2002-2003 LuÃs-Pedro Coelho <luis@luispedro.org> +Copyright (C) 2002-2003 Luis Pedro Coelho <luis@luispedro.org> KGhostView is based on original work by Tim Theisen. diff --git a/kghostview/README b/kghostview/README index eb92b02b..0d2c030a 100644 --- a/kghostview/README +++ b/kghostview/README @@ -23,5 +23,5 @@ Send bugs via http://bugs.kde.org CURRENT MAINTANER -LuÃs-Pedro Coelho <luis_pedro@netcabo.pt> +Luis Pedro Coelho <luis_pedro@netcabo.pt> diff --git a/kghostview/displayoptions.cpp b/kghostview/displayoptions.cpp index ea4109a1..f9d42405 100644 --- a/kghostview/displayoptions.cpp +++ b/kghostview/displayoptions.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2003, Lu�s Pedro Coelho + * Copyright (C) 2003, Luís Pedro Coelho * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/kghostview/displayoptions.h b/kghostview/displayoptions.h index b1f2cce8..78ecc0d4 100644 --- a/kghostview/displayoptions.h +++ b/kghostview/displayoptions.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2003, Lu�s Pedro Coelho + * Copyright (C) 2003, Luís Pedro Coelho * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/kghostview/fullscreenfilter.cpp b/kghostview/fullscreenfilter.cpp index c1d5117f..b42a6277 100644 --- a/kghostview/fullscreenfilter.cpp +++ b/kghostview/fullscreenfilter.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2003, Lu�s Pedro Coelho + * Copyright (C) 2003, Luís Pedro Coelho * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/kghostview/kgv_view.cpp b/kghostview/kgv_view.cpp index 4ff28e14..39997eb5 100644 --- a/kghostview/kgv_view.cpp +++ b/kghostview/kgv_view.cpp @@ -375,7 +375,7 @@ TDEAboutData* KGVPart::createAboutData() I18N_NOOP( "KGhostView displays, prints, and saves " "PostScript and PDF files.\n" "Based on original work by Tim Theisen." ) ); - about->addAuthor( "LuÃs Pedro Coelho", + about->addAuthor( "Luis Pedro Coelho", I18N_NOOP( "Current maintainer" ), "luis@luispedro.org", "http://luispedro.org" ); |