editor.button_bgcolor fix

This commit is contained in:
benfry
2002-06-17 16:02:32 +00:00
parent 8b6c4376bf
commit 636bd9c901
4 changed files with 29 additions and 16 deletions

View File

@@ -56,7 +56,7 @@ public class PdeEditor extends Panel /*implements PdeEnvironment*/ {
leftPanel.setLayout(new BorderLayout());
Color buttonBgColor =
PdeApplet.getColor("editor.button_bgcolor", new Color(153, 0, 0));
PdeApplet.getColor("editor.buttons.bgcolor", new Color(153, 0, 0));
buttons = new PdeEditorButtons(this);
buttons.setBackground(buttonBgColor);
leftPanel.add("North", buttons);