ensure string consistency

This commit is contained in:
2017-09-19 21:50:42 +02:00
parent dc6577b2b9
commit d050a47357
5 changed files with 10 additions and 6 deletions

View File

@ -13,7 +13,7 @@ class RdlPreferencePage extends FieldEditorPreferencePage implements IWorkbenchP
new() {
super(GRID)
val store = new ScopedPreferenceStore(InstanceScope.INSTANCE, "com.minres.rdl.rdl");
val store = new ScopedPreferenceStore(InstanceScope.INSTANCE, PreferenceConstants.SCOPE_NAME);
setPreferenceStore(store);
setDescription("Code generator configuration options");
}