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

@ -14,7 +14,7 @@ import org.eclipse.ui.preferences.ScopedPreferenceStore;
public class RdlPreferencePage extends FieldEditorPreferencePage implements IWorkbenchPreferencePage {
public RdlPreferencePage() {
super(FieldEditorPreferencePage.GRID);
final ScopedPreferenceStore store = new ScopedPreferenceStore(InstanceScope.INSTANCE, "com.minres.rdl.rdl");
final ScopedPreferenceStore store = new ScopedPreferenceStore(InstanceScope.INSTANCE, PreferenceConstants.SCOPE_NAME);
this.setPreferenceStore(store);
this.setDescription("Code generator configuration options");
}