configurations = new ArrayList();
Preferences prefs = WikiEditorPlugin.getDefault().getPluginPreferences();
- String xmlString = prefs.getString("configurations");
+ String xmlString = prefs.getString(WikiEditorPlugin.PREF_STRING_CONFIGURATIONS);
if (xmlString != null && xmlString.length() > 0) {
try {
ByteArrayInputStream in = new ByteArrayInputStream(xmlString.getBytes());