yaz/commit

FIX filename case

authorMichiel Hildebrand
Fri Nov 4 13:36:55 2011 +0100
committerMichiel Hildebrand
Fri Nov 4 13:36:55 2011 +0100
commit1c4420c1608fbc959b70b1442de5920221b9c65f
tree85f79ab5d75ff02d027d6bf9dea4f7ae1eba0b77
parent0118ba1388ec58f216d01730feeb715834565cc9
Diff style: patch stat
diff --git a/applications/yaz_garden.pl b/applications/yaz_garden.pl
index 5f76ad8..20a2087 100644
--- a/applications/yaz_garden.pl
+++ b/applications/yaz_garden.pl
@@ -185,7 +185,7 @@ html_video_page_yui(Video, Annotations, Groups, ReconcileSources, Options) -->
 	  http_absolute_location(js('videoplayer/videoplayer.js'), Videoplayer, []),
 	  http_absolute_location(js('videoframes/videoframes.js'), Videoframes, []),
 	  http_absolute_location(js('tagplayer/taglist.js'), Taglist, []),
-	  http_absolute_location(js('tagplayer/tagreconcile.js'), Tagreconcile, []),
+	  http_absolute_location(js('tagplayer/tagReconcile.js'), Tagreconcile, []),
 	  http_absolute_location(js('timeline/timeline.js'), Timeline, []),
 	  annotation_to_json(Annotations, JSONTags),
 	  annotation_to_json(Groups, JSONTagGroups)
diff --git a/applications/yaz_player.pl b/applications/yaz_player.pl
index 246145d..f0d19bc 100644
--- a/applications/yaz_player.pl
+++ b/applications/yaz_player.pl
@@ -295,7 +295,7 @@ html_video_page_yui(Video, Annotations, StartTime, Options) -->
 	  http_absolute_location(js('videoplayer/'), FilePath, []),
 	  http_absolute_location(js('videoplayer/videoplayer.js'), Videoplayer, []),
 	  http_absolute_location(js('videoframes/videoframes.js'), VideoFrames, []),
-	  http_absolute_location(js('tagplayer/tagPlayer.js'), Tagplayer, []),
+	  http_absolute_location(js('tagplayer/tagplayer.js'), Tagplayer, []),
 	  http_absolute_location(js('timeline/timeline.js'), Timeline, []),
 	  http_absolute_location(js('valueslider/valueslider.js'), Valueslider, []),
 	  annotation_to_json(Annotations, JSONTags),