1
0
Fork 0
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:
Andrew Gvozdev 2011-01-23 05:10:24 +00:00
parent ec4d115af3
commit 3bdee7d348

View file

@ -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;