clearing up preferences, attempting compilation

This commit is contained in:
benfry
2003-11-10 20:57:11 +00:00
parent 2c5d14b9c3
commit 53bb933a61
5 changed files with 42 additions and 19 deletions

View File

@@ -2501,7 +2501,7 @@ public class PdeEditor extends JFrame
cutItem.setEnabled(true);
copyItem.setEnabled(true);
referenceFile = PdeKeywords.get(parent.getSelectedText());
referenceFile = PdeKeywords.getReference(parent.getSelectedText());
if (referenceFile != null) {
referenceItem.setEnabled(true);
}