From 2b7265066b1862f593fa081f11d9eec45a7620ee Mon Sep 17 00:00:00 2001 From: Albert Astals Cid Date: Mon, 16 Nov 2009 22:54:18 +0000 Subject: [PATCH] add a tooltip to the button svn path=/trunk/KDE/kdegraphics/okular/; revision=1050253 --- ui/propertiesdialog.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/propertiesdialog.cpp b/ui/propertiesdialog.cpp index ebe2f0d7d..b0da7c5b6 100644 --- a/ui/propertiesdialog.cpp +++ b/ui/propertiesdialog.cpp @@ -111,6 +111,7 @@ PropertiesDialog::PropertiesDialog(QWidget *parent, Okular::Document *doc) QWidget *key; if ( element.tagName() == filePathKey ) { m_toggleTitlePath = new QPushButton( page ); + m_toggleTitlePath->setToolTip( i18n("Toggles between File Path and Title") ); setToggleTitlePathText(); m_toggleTitlePath->setFlat( true );