From 91d21b3a991031de1eed7582e6ed4ea8d2525675 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Sun, 13 Jan 2013 16:58:46 +0000 Subject: track change plugin: fixed short name git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@3160 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/General/trackchange/trackchangefactory.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plugins/General/trackchange') diff --git a/src/plugins/General/trackchange/trackchangefactory.cpp b/src/plugins/General/trackchange/trackchangefactory.cpp index ddb424ecb..e8f9422be 100644 --- a/src/plugins/General/trackchange/trackchangefactory.cpp +++ b/src/plugins/General/trackchange/trackchangefactory.cpp @@ -28,7 +28,7 @@ const GeneralProperties TrackChangeFactory::properties() const { GeneralProperties properties; properties.name = tr("Track Change Plugin"); - properties.shortName = "songchange"; + properties.shortName = "trackchange"; properties.hasAbout = true; properties.hasSettings = true; properties.visibilityControl = false; -- cgit v1.2.3-13-gbd6f