aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/covermanager/covermanagerfactory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/General/covermanager/covermanagerfactory.cpp')
-rw-r--r--src/plugins/General/covermanager/covermanagerfactory.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/General/covermanager/covermanagerfactory.cpp b/src/plugins/General/covermanager/covermanagerfactory.cpp
index f31b96121..041e797d0 100644
--- a/src/plugins/General/covermanager/covermanagerfactory.cpp
+++ b/src/plugins/General/covermanager/covermanagerfactory.cpp
@@ -28,7 +28,7 @@ const GeneralProperties CoverManagerFactory::properties() const
GeneralProperties properties;
properties.name = tr("Cover Manager Plugin");
properties.shortName = "cover_manager";
- properties.hasAbout = TRUE;
+ properties.hasAbout = true;
properties.hasSettings = FALSE;
properties.visibilityControl = FALSE;
return properties;