aboutsummaryrefslogtreecommitdiff
path: root/src/crystfelindexingopts.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/crystfelindexingopts.c')
-rw-r--r--src/crystfelindexingopts.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crystfelindexingopts.c b/src/crystfelindexingopts.c
index f88e4be2..2d51e062 100644
--- a/src/crystfelindexingopts.c
+++ b/src/crystfelindexingopts.c
@@ -181,7 +181,7 @@ static GtkWidget *make_indexing_methods(CrystFELIndexingOpts *io)
add_method(io->indm_store, "xds", "XDS", TRUE, TRUE, TRUE);
add_method(io->indm_store, "xgandalf", "XGANDALF", TRUE, TRUE, FALSE);
add_method(io->indm_store, "pinkIndexer", "PinkIndexer", FALSE, TRUE, FALSE);
- add_method(io->indm_store, "taketwo", "TakeTwo", FALSE, TRUE, FALSE);
+ add_method(io->indm_store, "taketwo", "TakeTwo", TRUE, TRUE, FALSE);
add_method(io->indm_store, "asdf", "ASDF", TRUE, TRUE, FALSE);
add_method(io->indm_store, "felix", "Felix", FALSE, TRUE, FALSE);