diff OrthancServer/OrthancRestApi.cpp @ 129:5133cfc8db86

fix standalone build
author jodogne
date Sat, 06 Oct 2012 16:19:37 +0200
parents 7517cbe58623
children fe180eae201d
line wrap: on
line diff
--- a/OrthancServer/OrthancRestApi.cpp	Fri Oct 05 17:49:50 2012 +0200
+++ b/OrthancServer/OrthancRestApi.cpp	Sat Oct 06 16:19:37 2012 +0200
@@ -661,7 +661,7 @@
             root += "../";
           }
 
-          output.Redirect(root + "app/images/Unsupported.png");
+          output.Redirect(root + "app/images/unsupported.png");
           return;
         }
       }