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 | |
parent | 1b0eddf123df6ec90f870f269a7c74d21622144c (diff) | |
download | tdegraphics-d7556a20d6d923d2f21decf4d840866d2a41b935.tar.gz tdegraphics-d7556a20d6d923d2f21decf4d840866d2a41b935.zip |
Fix incorrect characters.
-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 | ||||
-rw-r--r-- | libkscan/kscandevice.cpp | 2 | ||||
-rw-r--r-- | tdefile-plugins/dds/tdefile_dds.cpp | 2 |
8 files changed, 8 insertions, 8 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" ); diff --git a/libkscan/kscandevice.cpp b/libkscan/kscandevice.cpp index 653ef998..9d433dcc 100644 --- a/libkscan/kscandevice.cpp +++ b/libkscan/kscandevice.cpp @@ -1289,7 +1289,7 @@ void KScanDevice::doProcessABlock( void ) { case SANE_FRAME_RGB: if( sane_scan_param.lines < 1 ) break; - bytes_written += rest_bytes; // die �bergebliebenen Bytes dazu + bytes_written += rest_bytes; // die übergebliebenen Bytes dazu rest_bytes = bytes_written % 3; for( val = 0; val < ((bytes_written-rest_bytes) / 3); val++ ) diff --git a/tdefile-plugins/dds/tdefile_dds.cpp b/tdefile-plugins/dds/tdefile_dds.cpp index 71f19c4f..d1fd56fe 100644 --- a/tdefile-plugins/dds/tdefile_dds.cpp +++ b/tdefile-plugins/dds/tdefile_dds.cpp @@ -1,5 +1,5 @@ /* This file is part of the KDE project - * Copyright (C) 2002 Ignacio Casta�o <castano@ludicon.com> + * Copyright (C) 2002 Ignacio Castaño <castano@ludicon.com> * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public |