1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-05 08:05:24 +02:00
This commit is contained in:
Martin Oberhuber 2007-05-10 17:02:19 +00:00
parent 4d99f3a4aa
commit cfd6e8f1b5

View file

@ -31,10 +31,8 @@ import org.eclipse.ui.IViewPart;
import org.eclipse.ui.PlatformUI;
import org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog;
/**
* This action will launch the Prefences dialog, but only rooted at a given
* This action will launch the Preferences dialog, but only rooted at a given
* preference page (it will include its children underneath), including the
* child pages registered under that page ("category").
* <p>
@ -42,10 +40,6 @@ import org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog;
* extension point.
* @see org.eclipse.rse.ui.actions.SystemCascadingPreferencesAction
*/
/**
* @author kmunir
*
*/
public class SystemShowPreferencesPageAction extends SystemBaseAction implements IViewActionDelegate
{