From: Jean-Baptiste Mardelle Date: Sun, 5 Apr 2009 20:25:32 +0000 (+0000) Subject: Show image path for title clips X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=31dfe522b78cc931a2b62dea2b52eb91c41f767e;p=kdenlive Show image path for title clips svn path=/trunk/kdenlive/; revision=3222 --- diff --git a/src/projectitem.cpp b/src/projectitem.cpp index 03f3e173..7c3688c1 100644 --- a/src/projectitem.cpp +++ b/src/projectitem.cpp @@ -200,7 +200,7 @@ void ProjectItem::slotSetToolTip() tip.append(i18n("Image clip") + "
" + clipUrl().path()); break; case TEXT: - tip.append(i18n("Text clip")); + tip.append(i18n("Text clip") + "
" + clipUrl().path()); break; case SLIDESHOW: tip.append(i18n("Slideshow clip"));