eclipse plugin: fix the preference page name

This commit is contained in:
Timotei Dolean 2010-07-28 19:19:05 +00:00
parent 6d7b7e40c7
commit a636eb236c

View file

@ -272,7 +272,7 @@ public class WorkspaceUtils
if (!checkConditions(false))
{
PreferenceDialog pref = PreferencesUtil.createPreferenceDialogOn(
Activator.getShell(), "plugin_preferences", null, null);
Activator.getShell(), "wml_plugin_preferences", null, null);
if (pref.open() == Window.CANCEL || !checkConditions(true))
{
GUIUtils.showErrorMessageBox("The workspace was not setup. " +