IDEMPIERE-724 Zk: Make iDempiere theme more easily customizable - Refactor to allow theme to change the appearance of the about window

This commit is contained in:
Elaine Tan 2013-09-03 16:18:01 +08:00
parent 716f1d0066
commit 7b31487867
1 changed files with 5 additions and 5 deletions

View File

@ -77,18 +77,18 @@ public class AboutWindow extends Window implements EventListener<Event> {
/**
*
*/
private static final long serialVersionUID = 6573804051552633150L;
private static final long serialVersionUID = -305598686065143269L;
private Checkbox bErrorsOnly;
private Listbox logTable;
private Tabbox tabbox;
protected Tabpanels tabPanels;
private Button btnDownload;
private Button btnErrorEmail;
private Button btnViewLog;
protected Button btnDownload;
protected Button btnErrorEmail;
protected Button btnViewLog;
protected Tab tabLog;
private Button btnAdempiereLog;
protected Button btnAdempiereLog;
private Listbox levelListBox;