From 31dfe522b78cc931a2b62dea2b52eb91c41f767e Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Mardelle Date: Sun, 5 Apr 2009 20:25:32 +0000 Subject: [PATCH 1/1] Show image path for title clips svn path=/trunk/kdenlive/; revision=3222 --- src/projectitem.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")); -- 2.39.2