Discover Clues in HTML lesson doesn't work #70

This commit is contained in:
Nanne Baars 2015-09-15 23:36:24 +02:00
parent f31150ffdf
commit d142407de3

View File

@ -68,6 +68,7 @@ public class Plugin {
public void loadProperties(List<Path> properties) {
for (Path propertyFile : properties) {
LabelProvider.updatePluginResources(propertyFile);
LabelProvider.refresh();
}
}