1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

Bugzilla 225959.

This commit is contained in:
Randy Rohrbach 2008-04-07 13:27:50 +00:00
parent 4d9b833a78
commit bacca4af5c

View file

@ -176,6 +176,7 @@ public class PropertyBasedLabelProvider
for (ILabelUpdate update : labelUpdates) { for (ILabelUpdate update : labelUpdates) {
update.setStatus(new Status(IStatus.ERROR, DsfUIPlugin.PLUGIN_ID, "Properties-based label provider " + this + " failed to generate a label, no properties provider registered for element: " + labelUpdates[0].getElement())); //$NON-NLS-1$ //$NON-NLS-2$ update.setStatus(new Status(IStatus.ERROR, DsfUIPlugin.PLUGIN_ID, "Properties-based label provider " + this + " failed to generate a label, no properties provider registered for element: " + labelUpdates[0].getElement())); //$NON-NLS-1$ //$NON-NLS-2$
} }
return;
} }
String[] columnIds = labelUpdates[0].getColumnIds(); String[] columnIds = labelUpdates[0].getColumnIds();