Fix some single sourcing issue
authorBruno Sinou <bsinou@argeo.org>
Fri, 8 Mar 2013 16:41:10 +0000 (16:41 +0000)
committerBruno Sinou <bsinou@argeo.org>
Fri, 8 Mar 2013 16:41:10 +0000 (16:41 +0000)
git-svn-id: https://svn.argeo.org/slc/trunk@6114 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc

plugins/org.argeo.slc.client.ui.dist/src/main/java/org/argeo/slc/client/ui/dist/commands/DisplayRepoInformation.java

index 7bc06084feaf6071e64a62fc5376b3490020679d..926bfb030b3b3c2ac2281424dd434d4224a22997 100644 (file)
@@ -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) {