buttonArea.addButton(store);
// BUGZILLA 116 http://www.willuhn.de/bugzilla/show_bug.cgi?id=116
Button store2 = new Button(i18n.tr("Speichern und n�chste Buchung"), new Action() {
public void handleAction(Object context) throws ApplicationException {
control.handleStore(true);
}
},null,!l.ausgefuehrt(),"go-next.png");
store2.setEnabled(!l.ausgefuehrt());
buttonArea.addButton(store2);