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

theoretical

git-svn-id: https://subversion.renater.fr/xtandempipeline/trunk@220 b8ef2a07-7df7-436f-90b9-41648038564b
parent e9e2a0ab
No related branches found
No related tags found
No related merge requests found
......@@ -124,7 +124,7 @@ public class Filter_Windows {
mascotEvalue.setLayout(new GridLayout(1, false));
theoriticalButton = new Button(mascotEvalue, SWT.RADIO);
theoriticalButton.setText("Theoritical (The ion score threshold is the same for all spectra)");
theoriticalButton.setText("Theoretical (The ion score threshold is the same for all spectra)");
theoriticalButton.setSelection(conf.get_mascot_evalue_theoritical());
Button experimentalButton = new Button(mascotEvalue, SWT.RADIO);
experimentalButton.setText("Experimental (The ion score threshold depend of the spectra)");
......
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