]> git.sesse.net Git - kdenlive/blobdiff - src/projectitem.cpp
Show image path for title clips
[kdenlive] / src / projectitem.cpp
index 03f3e17309397c9d9d59ca5b5b07bf4f342e0fa2..7c3688c14cc3c7158fc36b721e0e35b0525c7128 100644 (file)
@@ -200,7 +200,7 @@ void ProjectItem::slotSetToolTip()
         tip.append(i18n("Image clip") + "</b><br />" + clipUrl().path());
         break;
     case TEXT:
-        tip.append(i18n("Text clip"));
+        tip.append(i18n("Text clip") + "</b><br />" + clipUrl().path());
         break;
     case SLIDESHOW:
         tip.append(i18n("Slideshow clip"));