diff --git a/Code/Mantid/docs/sphinxext/mantiddoc/directives/algorithm.py b/Code/Mantid/docs/sphinxext/mantiddoc/directives/algorithm.py index d2dfb14d1073f23b366ec58647d7137cb7ebf41d..6bdd47891cfb19604fec5edfebcec214f3f4e808 100644 --- a/Code/Mantid/docs/sphinxext/mantiddoc/directives/algorithm.py +++ b/Code/Mantid/docs/sphinxext/mantiddoc/directives/algorithm.py @@ -119,7 +119,7 @@ class AlgorithmDirective(BaseDirective): imgpath = algorithm_screenshot(self.algorithm_name(), screenshots_dir, version=self.algorithm_version()) except Exception, exc: env.warn(env.docname, "Unable to generate screenshot for '%s' - %s" % (algorithm_name, str(exc))) - imgpath = os.path.join(screenshots_dir, "failed_dialog.png") + imgpath = os.path.join(screenshots_dir, "ImageNotFound.png") return imgpath