From e9ee617d9467bee0422e4fb0d091918cefbd0329 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20Lindstr=C3=B6m?= Date: Tue, 28 Feb 2012 21:36:53 +0100 Subject: [PATCH] Better name for soundcloudwall --- .../infosystem/infoplugins/generic/chartsplugin.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/libtomahawk/infosystem/infoplugins/generic/chartsplugin.cpp b/src/libtomahawk/infosystem/infoplugins/generic/chartsplugin.cpp index 6b19566d5..62058ca88 100644 --- a/src/libtomahawk/infosystem/infoplugins/generic/chartsplugin.cpp +++ b/src/libtomahawk/infosystem/infoplugins/generic/chartsplugin.cpp @@ -332,7 +332,9 @@ ChartsPlugin::chartTypes() if( source == "itunes" ){ chartName = "iTunes"; } - + if( source == "soundcloudwall" ){ + chartName = "SoundcloudWall"; + } if( source == "wearehunted" ){ chartName = "WeAreHunted"; }