]> cloud.milkyroute.net Git - dolphin.git/commitdiff
Adjust to changes in KAboutData
authorHrvoje Senjan <hrvoje.senjan@gmail.com>
Wed, 14 May 2014 16:04:38 +0000 (18:04 +0200)
committerHrvoje Senjan <hrvoje.senjan@gmail.com>
Wed, 14 May 2014 16:04:38 +0000 (18:04 +0200)
src/dolphinpart.cpp

index 80517f06f50267924209c8a554a8e55f364d5264..479b809518de83532941f731b0c9b9e0f541625b 100644 (file)
@@ -299,7 +299,7 @@ void DolphinPart::updatePasteAction()
 
 KAboutData* DolphinPart::createAboutData()
 {
-    return new KAboutData("dolphinpart", "dolphin", i18nc("@title", "Dolphin Part"), "0.1");
+    return new KAboutData("dolphinpart", i18nc("@title", "Dolphin Part"), "0.1");
 }
 
 bool DolphinPart::openUrl(const QUrl &url)