Fix incorrect characters.

pull/1/head
Darrell Anderson 11 years ago
parent 1b0eddf123
commit d7556a20d6

@ -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.

@ -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>

@ -1,5 +1,5 @@
/**
* Copyright (C) 2003, Lu<EFBFBD>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

@ -1,5 +1,5 @@
/**
* Copyright (C) 2003, Lu<EFBFBD>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

@ -1,5 +1,5 @@
/**
* Copyright (C) 2003, Lu<EFBFBD>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

@ -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" );

@ -1289,7 +1289,7 @@ void KScanDevice::doProcessABlock( void )
{
case SANE_FRAME_RGB:
if( sane_scan_param.lines < 1 ) break;
bytes_written += rest_bytes; // die <EFBFBD>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++ )

@ -1,5 +1,5 @@
/* This file is part of the KDE project
* Copyright (C) 2002 Ignacio Casta<EFBFBD>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

Loading…
Cancel
Save