From ab9bf0d2a6baa769ecef5ad85a7e9eab26745c5f Mon Sep 17 00:00:00 2001 From: langella <langella@b8ef2a07-7df7-436f-90b9-41648038564b> Date: Tue, 21 Aug 2012 09:01:38 +0000 Subject: [PATCH] replace devoy by decoy git-svn-id: https://subversion.renater.fr/xtandempipeline/trunk@314 b8ef2a07-7df7-436f-90b9-41648038564b --- .../src/fr/inra/pappso/xtandempipeline/ui/swt/Main_Windows.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xtandempipeline/src/fr/inra/pappso/xtandempipeline/ui/swt/Main_Windows.java b/xtandempipeline/src/fr/inra/pappso/xtandempipeline/ui/swt/Main_Windows.java index 6fecdd3f6..ccf007b83 100644 --- a/xtandempipeline/src/fr/inra/pappso/xtandempipeline/ui/swt/Main_Windows.java +++ b/xtandempipeline/src/fr/inra/pappso/xtandempipeline/ui/swt/Main_Windows.java @@ -194,7 +194,7 @@ public class Main_Windows { layout.verticalSpacing = 10; composite.setLayout(layout); Label l1 = new Label(composite, SWT.NONE); - l1.setText("Select devoy database"); + l1.setText("Select decoy database"); l1.setLayoutData(new GridData(SWT.FILL, SWT.CENTER, true, false, 2, 1)); this.database_list = new List(composite, SWT.MULTI | SWT.V_SCROLL | SWT.BORDER); -- GitLab