Skip to content
Snippets Groups Projects
Commit 5f1b0dce authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

pp

parent c1732c78
Branches
Tags
No related merge requests found
......@@ -366,7 +366,7 @@ std::string patternChooser()
{
if(!_patternChooser){
_patternChooser = new historyChooser
("pattern", "Watch Patern", "Pattern:", "output/*.msh", "Watch");
("pattern", "Watch Pattern", "Pattern:", "output/*.msh", "Watch");
_patternChooser->browser->callback(pattern_select_cb);
}
return _patternChooser->run();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment