From 503525ece701f951e5ba51dd3e9030bebb102cc0 Mon Sep 17 00:00:00 2001 From: Thiago Macieira Date: Tue, 6 Dec 2005 04:28:48 +0000 Subject: SVN_SILENT Correcting the encoding in KDE source code svn path=/trunk/KDE/kdebase/khelpcenter/; revision=485906 --- src/kreadconfig/kwriteconfig.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src') diff --git a/src/kreadconfig/kwriteconfig.cpp b/src/kreadconfig/kwriteconfig.cpp index ba589287..4e934a7b 100644 --- a/src/kreadconfig/kwriteconfig.cpp +++ b/src/kreadconfig/kwriteconfig.cpp @@ -1,6 +1,6 @@ /* Write KConfig() entries - for use in shell scripts. - * (c) 2001 Red Hat, Inc. & Luís Pedro Coelho - * Programmed by Luís Pedro Coelho + * (c) 2001 Red Hat, Inc. & Luís Pedro Coelho + * Programmed by Luís Pedro Coelho * based on kreadconfig by Bernhard Rosenkraenzer * * License: GPL @@ -31,8 +31,8 @@ int main(int argc, char **argv) "1.0.0", I18N_NOOP("Write KConfig entries - for use in shell scripts"), KAboutData::License_GPL, - "(c) 2001 Red Hat, Inc. & Luís Pedro Coelho"); - aboutData.addAuthor("Luís Pedro Coelho", 0, "luis_pedro@netcabo.pt"); + "(c) 2001 Red Hat, Inc. & Luís Pedro Coelho"); + aboutData.addAuthor("Luís Pedro Coelho", 0, "luis_pedro@netcabo.pt"); aboutData.addAuthor("Bernhard Rosenkraenzer", "Wrote kreadconfig on which this is based", "bero@redhat.com"); KCmdLineArgs::init(argc, argv, &aboutData); KCmdLineArgs::addCmdLineOptions(options); -- cgit v1.2.1