1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-01 06:05:24 +02:00

Fix SystemFilterStringPropertyPage.setEditable()

This commit is contained in:
Martin Oberhuber 2007-09-19 02:16:17 +00:00
parent 89a03bcb5a
commit c5e7b6cc3a

View file

@ -136,7 +136,7 @@ public class SystemFilterStringPropertyPage extends SystemBasePropertyPage imple
*/
public void setEditable(boolean editable)
{
editable = false;
this.editable = editable;
}
// lifecyle methods...