summaryrefslogtreecommitdiffstats
path: root/src/dlgprefshoutcast.cpp
diff options
context:
space:
mode:
authorS.Brandt <s.brandt@mixxx.org>2015-02-09 18:04:17 +0100
committerS.Brandt <s.brandt@mixxx.org>2015-02-09 18:04:17 +0100
commit14e624ae130cb953316fcfcd7032930ffb5404e6 (patch)
tree082e116794efb70e50d2ce1642a8b4d6f2fae345 /src/dlgprefshoutcast.cpp
parente52925ba6e7deb177543df2f6a7c6bf67b013c3e (diff)
Address review notes and remove unneeded parentheses
Diffstat (limited to 'src/dlgprefshoutcast.cpp')
-rw-r--r--src/dlgprefshoutcast.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dlgprefshoutcast.cpp b/src/dlgprefshoutcast.cpp
index 808b9f579c..4c2c6cde79 100644
--- a/src/dlgprefshoutcast.cpp
+++ b/src/dlgprefshoutcast.cpp
@@ -172,7 +172,7 @@ DlgPrefShoutcast::DlgPrefShoutcast(QWidget *parent, ConfigObject<ConfigValue> *_
ConfigKey(SHOUTCAST_PREF_KEY,"metadata_format"));
if (tmp_string.isEmpty())
//No tr() here, see https://bugs.launchpad.net/mixxx/+bug/1419500
- tmp_string = ("$artist - $title");
+ tmp_string = ($artist - $title);
metadata_format->setText(tmp_string);
slotApply();