blob: a402df1f1ec08b6a2a30d60fae22f6af8c7566db [file] [log] [blame]
/**
*
* Copyright (c) 2011, 2016 - Loetz GmbH&Co.KG (69115 Heidelberg, Germany)
*
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Christophe Loetz (Loetz GmbH&Co.KG) - initial implementation
*
*/
package org.eclipse.osbp.authentication.account.actions {
command newItem keyBinding "CTRL ALT N" dialogAction New
command saveItem keyBinding "CTRL ALT S" dialogAction Save
command deleteItem keyBinding "CTRL ALT D" dialogAction Delete
command cancelItem keyBinding "CTRL ALT Z" dialogAction Cancel
toolbar Dialog describedBy "Toolbar for Dialogs" items {
item newItem command newItem icon "dsnew"
item saveItem command saveItem icon "dssave"
item deleteItem command deleteItem icon "dsdelete"
item cancelItem command cancelItem icon "dscancel"
}
}