From a175261c98f40549d4c5394a7f446bd25e40b9ff Mon Sep 17 00:00:00 2001 From: Paolo Capriotti Date: Sun, 29 Jul 2007 13:03:20 +0200 Subject: [PATCH] Changed Yann's credit. --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 59a5086..3d7007f 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -40,7 +40,7 @@ int main(int argc, char **argv) { about.addCredit(ki18n("Jani Huhtanen"), ki18n("Gaussian blur code")); about.addCredit(ki18n("Rici Lake"), ki18n("funclib lua library")); about.addCredit(ki18n("Riccardo Iaconelli"), ki18n("Various fixes and cleanups")); - about.addCredit(ki18n("Yann Dirson"), ki18n("Shogi theme overlays")); + about.addCredit(ki18n("Yann Dirson"), ki18n("Shogi related patches")); KCmdLineOptions options; KCmdLineArgs::init(argc, argv, &about); -- 2.11.4.GIT