summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
authordeva <deva>2008-12-04 13:32:51 +0000
committerdeva <deva>2008-12-04 13:32:51 +0000
commitd3e13904af4a2ee2c89335afed0a9407f28ba892 (patch)
tree8061e17289611430358c159e2a4f2036f316faf9 /client
parente5ae0c0bb0b641673f21855927395ca053d05de2 (diff)
Removed tooltip and whatthis from compressed resumes.
Diffstat (limited to 'client')
-rw-r--r--client/resumewidget.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/client/resumewidget.cc b/client/resumewidget.cc
index 8e67b92..f43c4df 100644
--- a/client/resumewidget.cc
+++ b/client/resumewidget.cc
@@ -113,8 +113,8 @@ void ResumeWidget::setText(QString text)
if(fulltext != f) {
f += " <a href=\"#\"><img src=\":icons/compressed.png\"/></a>";
- resume->setToolTip(reformatString(fulltext)); // Only set tooltip if resume has actually been cut off.
- resume->setWhatsThis(fulltext); // Only set tooltip if resume has actually been cut off.
+ //resume->setToolTip(reformatString(fulltext)); // Only set tooltip if resume has actually been cut off.
+ //resume->setWhatsThis(fulltext); // Only set tooltip if resume has actually been cut off.
}
}