From 460625078f27cf7dcae57b033d7459ffa4a4bd69 Mon Sep 17 00:00:00 2001 From: Bruno Sinou Date: Fri, 8 Mar 2013 16:41:10 +0000 Subject: [PATCH] Fix some single sourcing issue git-svn-id: https://svn.argeo.org/slc/trunk@6114 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc --- .../slc/client/ui/dist/commands/DisplayRepoInformation.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/plugins/org.argeo.slc.client.ui.dist/src/main/java/org/argeo/slc/client/ui/dist/commands/DisplayRepoInformation.java b/plugins/org.argeo.slc.client.ui.dist/src/main/java/org/argeo/slc/client/ui/dist/commands/DisplayRepoInformation.java index 7bc06084f..926bfb030 100644 --- a/plugins/org.argeo.slc.client.ui.dist/src/main/java/org/argeo/slc/client/ui/dist/commands/DisplayRepoInformation.java +++ b/plugins/org.argeo.slc.client.ui.dist/src/main/java/org/argeo/slc/client/ui/dist/commands/DisplayRepoInformation.java @@ -93,8 +93,7 @@ public class DisplayRepoInformation extends AbstractHandler { @Override protected void createButtonsForButtonBar(Composite parent) { // No Cancel button - createButton(parent, IDialogConstants.OK_ID, - IDialogConstants.OK_LABEL, true); + createButton(parent, IDialogConstants.OK_ID, "OK", true); } public InformationDialog(Shell parentShell) { -- 2.39.2