[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdebase (silent)
From:       Thiago Macieira <thiago () kde ! org>
Date:       2005-12-06 4:28:59
Message-ID: 1133843339.410417.2444.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 485906 by thiago:

SVN_SILENT Correcting the encoding in KDE source code

 M  +1 -1      kate/app/katesession.cpp  
 M  +1 -1      kfind/ChangeLog  
 M  +1 -1      kfind/README  
 M  +1 -1      kfind/kfind.cpp  
 M  +1 -1      khelpcenter/htmlsearch/kcmhtmlsearch.cpp  
 M  +1 -1      khelpcenter/htmlsearch/kcmhtmlsearch.h  
 M  +1 -1      khelpcenter/htmlsearchconfig.cpp  
 M  +1 -1      khelpcenter/htmlsearchconfig.h  
 M  +4 -4      kreadconfig/kwriteconfig.cpp  


--- trunk/KDE/kdebase/kate/app/katesession.cpp #485905:485906
@@ -452,7 +452,7 @@
   }
 
   QList<KateSessionChooserTemplate> templates;
-  templates.append(KateSessionChooserTemplate("Profile 1 \
(default)","blah.desktop","<img \
source=\"/home/jowenn/development/kde/binary/share/icons/hicolor/32x32/actions/show_side_panel.png\"><b>Test \
1</b> adfafsdfdsf<br>asdfasdfsdfsdf adsfad adf asdf df<br> adfasdf jasdlfjö")); +  \
templates.append(KateSessionChooserTemplate("Profile 1 \
(default)","blah.desktop","<img \
source=\"/home/jowenn/development/kde/binary/share/icons/hicolor/32x32/actions/show_side_panel.png\"><b>Test \
1</b> adfafsdfdsf<br>asdfasdfsdfsdf adsfad adf asdf df<br> adfasdf jasdlfjö"));  \
templates.append(KateSessionChooserTemplate("Profile 2","blah.desktop"," Test 2"));  \
templates.append(KateSessionChooserTemplate("Profile 3","blah.desktop"," Test 3"));  \
                KateSessionChooser *chooser = new KateSessionChooser (0, \
                lastSession,templates);
--- trunk/KDE/kdebase/kfind/ChangeLog #485905:485906
@@ -31,7 +31,7 @@
 
 	* kfindtop.cpp: Commented out _height, as it's not used.
 
-1998-11-30  Miroslav Flídr  <flidr@kky.zcu.cz>
+1998-11-30  Miroslav Flídr  <flidr@kky.zcu.cz>
 
 	* Dissabled multiple selection in view because it was not fully
 	handled
--- trunk/KDE/kdebase/kfind/README #485905:485906
@@ -20,5 +20,5 @@
 I hope you will find this program somehow useful and I would
 appreciate any suggestions and comments.
 
-        Miroslav Flídr
+        Miroslav Flídr
         <flidr@kky.zcu.cz>
--- trunk/KDE/kdebase/kfind/kfind.cpp #485905:485906
@@ -14,7 +14,7 @@
   Stephan Kulow <coolo@kde.org>
   Mario Weilguni <mweilguni@sime.com>
   Alex Zepeda <zipzippy@sonic.net>
-  Miroslav Flídr <flidr@kky.zcu.cz>
+  Miroslav Flídr <flidr@kky.zcu.cz>
   Harri Porten <porten@kde.org>
   Dima Rogozin <dima@mercury.co.il>
   Carsten Pfeiffer <pfeiffer@kde.org>
--- trunk/KDE/kdebase/khelpcenter/htmlsearch/kcmhtmlsearch.cpp #485905:485906
@@ -1,7 +1,7 @@
 /**
  *  kcmhtmlsearch.cpp
  *
- *  Copyright (c) 2000 Matthias Hölzer-Klüpfel <hoelzer@kde.org>
+ *  Copyright (c) 2000 Matthias Hölzer-Klüpfel <hoelzer@kde.org>
  *
  *  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
--- trunk/KDE/kdebase/khelpcenter/htmlsearch/kcmhtmlsearch.h #485905:485906
@@ -1,7 +1,7 @@
 /**
  * kcmhtmlsearch.h
  *
- * Copyright (c) 2000 Matthias Hölzer-Klüpfel <hoelzer@kde.org>
+ * Copyright (c) 2000 Matthias Hölzer-Klüpfel <hoelzer@kde.org>
  *
  *  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
--- trunk/KDE/kdebase/khelpcenter/htmlsearchconfig.cpp #485905:485906
@@ -1,7 +1,7 @@
 /**
  *  kcmhtmlsearch.cpp
  *
- *  Copyright (c) 2000 Matthias Hölzer-Klüpfel <hoelzer@kde.org>
+ *  Copyright (c) 2000 Matthias Hölzer-Klüpfel <hoelzer@kde.org>
  *
  *  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
--- trunk/KDE/kdebase/khelpcenter/htmlsearchconfig.h #485905:485906
@@ -1,7 +1,7 @@
 /**
  * This file is part of KHelpCenter
  *
- * Copyright (c) 2000 Matthias Hölzer-Klüpfel <hoelzer@kde.org>
+ * Copyright (c) 2000 Matthias Hölzer-Klüpfel <hoelzer@kde.org>
  *
  *  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
--- trunk/KDE/kdebase/kreadconfig/kwriteconfig.cpp #485905:485906
@@ -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 <luis_pedro@netcabo.pt>
+ * (c) 2001 Red Hat, Inc. & Luís Pedro Coelho
+ * Programmed by Luís Pedro Coelho <luis_pedro@netcabo.pt>
  *  based on kreadconfig by Bernhard Rosenkraenzer <bero@redhat.com>
  *
  * License: GPL
@@ -31,8 +31,8 @@
 		"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);


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic