From 11b7655bb103974d3a855d64dc0b6ec1b0df4ba1 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Thu, 11 Mar 2010 19:32:01 +0000 Subject: reapplied previous patch git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1620 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/General/covermanager/covermanagerfactory.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/plugins/General/covermanager') diff --git a/src/plugins/General/covermanager/covermanagerfactory.cpp b/src/plugins/General/covermanager/covermanagerfactory.cpp index 041e797d0..722f37675 100644 --- a/src/plugins/General/covermanager/covermanagerfactory.cpp +++ b/src/plugins/General/covermanager/covermanagerfactory.cpp @@ -29,8 +29,8 @@ const GeneralProperties CoverManagerFactory::properties() const properties.name = tr("Cover Manager Plugin"); properties.shortName = "cover_manager"; properties.hasAbout = true; - properties.hasSettings = FALSE; - properties.visibilityControl = FALSE; + properties.hasSettings = false; + properties.visibilityControl = false; return properties; } -- cgit v1.2.3-13-gbd6f