aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/trackchange
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/General/trackchange')
-rw-r--r--src/plugins/General/trackchange/trackchangefactory.cpp2
1 files changed, 1 insertions, 1 deletions
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;