Skip to content
Snippets Groups Projects
Commit ab9bf0d2 authored by langella's avatar langella
Browse files

replace devoy by decoy

git-svn-id: https://subversion.renater.fr/xtandempipeline/trunk@314 b8ef2a07-7df7-436f-90b9-41648038564b
parent 0227eaf3
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment