diff --git a/src/shell/applets/testcomponentsapplet/contents/ui/DragPage.qml b/src/shell/applets/testcomponentsapplet/contents/ui/DragPage.qml index 337fd2b6a..194349a0b 100644 --- a/src/shell/applets/testcomponentsapplet/contents/ui/DragPage.qml +++ b/src/shell/applets/testcomponentsapplet/contents/ui/DragPage.qml @@ -48,7 +48,7 @@ PlasmaComponents.Page { anchors { left: parent.left; bottom: parent.bottom; top: parent.top; } mimeData.text: "Clownfish" - mimeData.html: "

Swimming in a sea of cheese

" + mimeData.html: "

Swimming in a Sea of Cheese

Primus->perform();

" mimeData.color: "orange" mimeData.url: "http://plasma.kde.org" mimeData.urls: ["http://planetkde.org", "http://fsfe.org", "http://techbase.kde.org", "http://qt-project.org"]