1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-05 16:15:25 +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.PlatformUI;
import org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog; 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 * preference page (it will include its children underneath), including the
* child pages registered under that page ("category"). * child pages registered under that page ("category").
* <p> * <p>
@ -42,10 +40,6 @@ import org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog;
* extension point. * extension point.
* @see org.eclipse.rse.ui.actions.SystemCascadingPreferencesAction * @see org.eclipse.rse.ui.actions.SystemCascadingPreferencesAction
*/ */
/**
* @author kmunir
*
*/
public class SystemShowPreferencesPageAction extends SystemBaseAction implements IViewActionDelegate public class SystemShowPreferencesPageAction extends SystemBaseAction implements IViewActionDelegate
{ {