added tooltip for anomaly type

git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@4812 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
Sven Jacob
2006-11-18 14:48:26 +00:00
parent 342a67915d
commit 4a8f953fe3

View File

@@ -53,7 +53,8 @@ public class DataflowAnomalyTableViewer extends TableViewer {
final TableColumn typeColumn = new TableColumn(table, SWT.LEFT);
typeColumn.setWidth(80);
typeColumn.setText(getString(StringKeys.MSGKEY_VIEW_DATAFLOW_TABLE_COLUMN_TYPE));
typeColumn.setToolTipText(getString(StringKeys.MSGKEY_VIEW_DATAFLOW_TABLE_COLUMN_TYPE_TOOLTIP));
// Line(s) where the Anomaly occures
final TableColumn lineColumn = new TableColumn(table, SWT.RIGHT);
lineColumn.setWidth(100);