aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/scrobbler/scrobblerfactory.cpp
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2009-01-23 18:04:45 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2009-01-23 18:04:45 +0000
commitd3f1937f200122373ce8fcb7c9ac8a52d55d7bdc (patch)
tree479dc16b09bf9dac47bb20a6e4d172d42c385a0b /src/plugins/General/scrobbler/scrobblerfactory.cpp
parent3ad830394688338626c098cf959e24a7c6af9a1f (diff)
downloadqmmp-d3f1937f200122373ce8fcb7c9ac8a52d55d7bdc.tar.gz
qmmp-d3f1937f200122373ce8fcb7c9ac8a52d55d7bdc.tar.bz2
qmmp-d3f1937f200122373ce8fcb7c9ac8a52d55d7bdc.zip
some general api changes
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@755 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/General/scrobbler/scrobblerfactory.cpp')
-rw-r--r--src/plugins/General/scrobbler/scrobblerfactory.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/General/scrobbler/scrobblerfactory.cpp b/src/plugins/General/scrobbler/scrobblerfactory.cpp
index 2f36f971a..69b3d9b82 100644
--- a/src/plugins/General/scrobbler/scrobblerfactory.cpp
+++ b/src/plugins/General/scrobbler/scrobblerfactory.cpp
@@ -28,6 +28,7 @@ const GeneralProperties ScrobblerFactory::properties() const
{
GeneralProperties properties;
properties.name = tr("Scrobbler Plugin");
+ properties.shortName = "scrobbler";
properties.hasAbout = TRUE;
properties.hasSettings = TRUE;
properties.visibilityControl = FALSE;