]> git.sesse.net Git - kdenlive/commitdiff
Show image path for title clips
authorJean-Baptiste Mardelle <jb@kdenlive.org>
Sun, 5 Apr 2009 20:25:32 +0000 (20:25 +0000)
committerJean-Baptiste Mardelle <jb@kdenlive.org>
Sun, 5 Apr 2009 20:25:32 +0000 (20:25 +0000)
svn path=/trunk/kdenlive/; revision=3222

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"));