eclipse plugin: fix the preference page name
This commit is contained in:
parent
6d7b7e40c7
commit
a636eb236c
1 changed files with 1 additions and 1 deletions
|
@ -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. " +
|
||||
|
|
Loading…
Add table
Reference in a new issue