mirror of
https://github.com/Minres/RDL-Editor.git
synced 2025-07-02 05:53:27 +02:00
ensure string consistency
This commit is contained in:
@ -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");
|
||||
}
|
||||
|
Reference in New Issue
Block a user