]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - plugins/org.argeo.slc.client.ui.dist/src/main/java/org/argeo/slc/client/ui/dist/commands/DisplayRepoInformation.java
+ fix bugs for workspace CRUD commands introduced with multi-repo management
[gpl/argeo-slc.git] / 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) {