SOURCES: amarok-artist_postfix.patch (NEW)=?UTF-8?Q?=20?=- try to fix '=?UTF-8?Q?d=BFem?=' issue

shadzik shadzik at pld-linux.org
Thu Mar 12 21:54:30 CET 2009


Author: shadzik                      Date: Thu Mar 12 20:54:30 2009 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- try to fix 'd¿em' issue

---- Files affected:
SOURCES:
   amarok-artist_postfix.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/amarok-artist_postfix.patch
diff -u /dev/null SOURCES/amarok-artist_postfix.patch:1.1
--- /dev/null	Thu Mar 12 21:54:31 2009
+++ SOURCES/amarok-artist_postfix.patch	Thu Mar 12 21:54:25 2009
@@ -0,0 +1,11 @@
+--- src/context/engines/wikipedia/WikipediaEngine.cpp	2009-02-21 09:51:22.000000000 +0100
++++ src/context/engines/wikipedia/WikipediaEngine.cpp.new	2009-03-12 21:51:34.469113928 +0100
+@@ -347,7 +347,7 @@
+     else if( wikiLocale() == "de" )
+         return " (Band)";
+     else if( wikiLocale() == "pl" )
+-        return " (Kapela)";
++        return " (grupa muzyczna)";
+     return QString();
+ }
+ 
================================================================


More information about the pld-cvs-commit mailing list