mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-05 08:05:24 +02:00
Fix typo
This commit is contained in:
parent
4d99f3a4aa
commit
cfd6e8f1b5
1 changed files with 1 additions and 7 deletions
|
@ -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
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue