aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/Visual/projectm/projectmplugin.cpp
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2009-05-30 07:20:10 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2009-05-30 07:20:10 +0000
commitb57671c56fe1349edc6d99faebd1c69f0ffaf726 (patch)
tree975eb67d409e692c6ca12db3d8b3bd073cb3770e /src/plugins/Visual/projectm/projectmplugin.cpp
parent0d52a02c44656ee8b0f35325148dcd38ddab6a51 (diff)
downloadqmmp-b57671c56fe1349edc6d99faebd1c69f0ffaf726.tar.gz
qmmp-b57671c56fe1349edc6d99faebd1c69f0ffaf726.tar.bz2
qmmp-b57671c56fe1349edc6d99faebd1c69f0ffaf726.zip
updated German translation (Panagiotis Papadopoulos)
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@958 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/Visual/projectm/projectmplugin.cpp')
-rw-r--r--src/plugins/Visual/projectm/projectmplugin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/Visual/projectm/projectmplugin.cpp b/src/plugins/Visual/projectm/projectmplugin.cpp
index 7a0f80676..67dddd86e 100644
--- a/src/plugins/Visual/projectm/projectmplugin.cpp
+++ b/src/plugins/Visual/projectm/projectmplugin.cpp
@@ -38,7 +38,7 @@ ProjectMPlugin::ProjectMPlugin (QWidget *parent)
: Visual (parent)
{
setlocale(LC_NUMERIC, "C"); //fixes none-english locales problem
- setWindowTitle(tr("projectM"));
+ setWindowTitle(tr("ProjectM"));
m_projectMWidget = new ProjectMWidget(this);
QHBoxLayout *layout = new QHBoxLayout;
layout->addWidget(m_projectMWidget);