deleted a license button at About dialog
Change-Id: I863c78b7d4707284423c43e7d7a8bd0198933605
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
/**
*
*
- * Copyright (C) 2011 - 2012 Samsung Electronics Co., Ltd. All rights reserved.
+ * Copyright (C) 2011 - 2013 Samsung Electronics Co., Ltd. All rights reserved.
*
* Contact:
* GiWoong Kim <giwoong.kim@samsung.com>
FillLayout fillLayout = new FillLayout(SWT.HORIZONTAL);
composite.setLayout(fillLayout);
+ /*
Button licenseButton = createButton(composite, "License");
licenseButton.addSelectionListener(new SelectionAdapter() {
}
}
});
+ */
createOKButton(composite, true);
}