Skip to content
Snippets Groups Projects
Commit 2a893d54 authored by Stéphane  DALLONGEVILLE's avatar Stéphane DALLONGEVILLE
Browse files

typo

parent 9d281ada
No related branches found
No related tags found
No related merge requests found
......@@ -113,7 +113,7 @@ public class MMUtils
final int option = JOptionPane.showOptionDialog(Icy.getMainInterface().getMainFrame(),
"Have you already installed Micro-Manager ?", "Micro-Manager For Icy",
JOptionPane.YES_NO_CANCEL_OPTION, JOptionPane.QUESTION_MESSAGE, null,
new String[] {"Select Micro-Manger directory", "Download Micro-Manager", "Cancel"},
new String[] {"Select Micro-Manager directory", "Download Micro-Manager", "Cancel"},
"Download Micro-Manager");
if (option == JOptionPane.NO_OPTION)
......
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