1
0
Fork 0

Update c# to reflect new folder for embedded resources

This commit is contained in:
Starbeamrainbowlabs 2016-07-08 09:32:06 +01:00
parent e6b08fd2fe
commit 904d49df22
1 changed files with 1 additions and 1 deletions

View File

@ -184,7 +184,7 @@ namespace GalleryShare
switch(specialFileName)
{
case "Transform-DirListing.xslt":
outputFileName = @"GalleryShare.XSLT.DirectoryListing.xslt";
outputFileName = @"GalleryShare.Embed.DirectoryListing.xslt";
break;
}