mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
bug 334118: Fixed link to the moved preference page.
This commit is contained in:
parent
ec4d115af3
commit
3bdee7d348
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ import org.eclipse.cdt.internal.ui.util.TableLayoutComposite;
|
|||
*/
|
||||
public final class RegexErrorParserOptionPage extends AbstractCOptionPage {
|
||||
|
||||
private static final String WORKSPACE_PREFERENCE_PAGE = "org.eclipse.cdt.make.ui.preferences.BuildSettings"; //$NON-NLS-1$
|
||||
private static final String WORKSPACE_PREFERENCE_PAGE = "org.eclipse.cdt.ui.preferences.BuildSettingProperties"; //$NON-NLS-1$
|
||||
|
||||
private static final int BUTTON_ADD = 0;
|
||||
private static final int BUTTON_DELETE = 1;
|
||||
|
|
Loading…
Add table
Reference in a new issue