[kde-russian] KDE/kdewebdev/kfilereplace

Yuri Chornoivan yurchor на ukr.net
Сб Авг 21 07:28:28 UTC 2010


SVN commit 1166193 by yurchor:

Fix François Dupoux copyrights. Thanks to Alexander Potashev for noticing.
CCMAIL: kde-russian на lists.kde.ru

 M  +2 -2      kfilereplacepart.cpp  
 M  +1 -1      kfilereplaceview.cpp  
 M  +1 -1      knewprojectdlg.cpp  
 M  +1 -1      koptionsdlg.cpp  
 M  +2 -2      main.cpp  


--- trunk/KDE/kdewebdev/kfilereplace/kfilereplacepart.cpp #1166192:1166193
@@ -524,8 +524,8 @@
                                           KFR_VERSION,
                                           ki18n( "Batch search and replace tool."),
                                           KAboutData::License_GPL_V2,
-                                          ki18n("(C) 1999-2002 Fran�is Dupoux\n(C) 2003-2004 Andras Mantia\n(C) 2004 Emiliano Gulmini"), ki18n("Part of the KDEWebDev module."), "http://www.kdewebdev.org");
-  aboutData->addAuthor(ki18n("Fran�is Dupoux"),
+                                          ki18n("(C) 1999-2002 François Dupoux\n(C) 2003-2004 Andras Mantia\n(C) 2004 Emiliano Gulmini"), ki18n("Part of the KDEWebDev module."), "http://www.kdewebdev.org");
+  aboutData->addAuthor(ki18n("François Dupoux"),
                        ki18n("Original author of the KFileReplace tool"),
                        "dupoux на dupoux.com");
   aboutData->addAuthor(ki18n("Emiliano Gulmini"),
--- trunk/KDE/kdewebdev/kfilereplace/kfilereplaceview.cpp #1166192:1166193
@@ -2,7 +2,7 @@
                           kfilereplaceview.cpp  -  description
                              -------------------
     begin                : sam oct 16 15:28:00 CEST 1999
-    copyright            : (C) 1999 by Fran�is Dupoux <dupoux на dupoux.com>
+    copyright            : (C) 1999 by François Dupoux <dupoux на dupoux.com>
                            (C) 2004 Emiliano Gulmini <emi_barbarossa на yahoo.it>
 *****************************************************************************/
 
--- trunk/KDE/kdewebdev/kfilereplace/knewprojectdlg.cpp #1166192:1166193
@@ -2,7 +2,7 @@
                           knewprojectdlg.cpp  -  description
                              -------------------
     begin                : Tue Dec 28 1999
-    copyright            : (C) 1999 by Fran�is Dupoux
+    copyright            : (C) 1999 by François Dupoux
                            (C) 2004 Emiliano Gulmini <emi_barbarossa на yahoo.it>
     email                : dupoux на dupoux.com
  ***************************************************************************/
--- trunk/KDE/kdewebdev/kfilereplace/koptionsdlg.cpp #1166192:1166193
@@ -2,7 +2,7 @@
                           koptionsdlg.cpp  -  description
                              -------------------
     begin                : Tue Dec 28 1999
-    copyright            : (C) 1999 by Fran�is Dupoux
+    copyright            : (C) 1999 by François Dupoux
                            (C) 2004 Emiliano Gulmini <emi_barbarossa на yahoo.it>
     email                : dupoux на dupoux.com
  ***************************************************************************/
--- trunk/KDE/kdewebdev/kfilereplace/main.cpp #1166192:1166193
@@ -29,12 +29,12 @@
 int main(int argc, char *argv[])
 {
     KAboutData about("kfilereplace", 0, ki18n("KFileReplace"), version, ki18n(description),
-                     KAboutData::License_GPL_V2, ki18n("(C) 2004-2005 Andras Mantia\n(C) 2004-2005 Emiliano Gulmini\n(C) 1999-2002 Francois Dupoux"), ki18n("Part of the KDEWebDev module."),
+                     KAboutData::License_GPL_V2, ki18n("(C) 2004-2005 Andras Mantia\n(C) 2004-2005 Emiliano Gulmini\n(C) 1999-2002 François Dupoux"), ki18n("Part of the KDEWebDev module."),
                      "http://www.kdewebdev.org");
 
     about.addAuthor(ki18n("Andras Mantia"), ki18n("Shell author, KPart creator, co-maintainer"), "amantia на kde.org");
     about.addAuthor(ki18n("Emiliano Gulmini"), ki18n("Current maintainer, code cleaner and rewriter"),"emi_barbarossa на yahoo.it");
-    about.addAuthor(ki18n("Francois Dupou"),
+    about.addAuthor(ki18n("François Dupoux"),
                           ki18n("Original author of the KFileReplace tool"),
                           "dupoux на dupoux.com");
 


Подробная информация о списке рассылки kde-russian