mirror of
https://gitlab.com/sbrl/GalleryShare.git
synced 2018-06-12 22:45:16 +00:00
Update c# to reflect new folder for embedded resources
This commit is contained in:
parent
e6b08fd2fe
commit
904d49df22
1 changed files with 1 additions and 1 deletions
|
@ -184,7 +184,7 @@ namespace GalleryShare
|
|||
switch(specialFileName)
|
||||
{
|
||||
case "Transform-DirListing.xslt":
|
||||
outputFileName = @"GalleryShare.XSLT.DirectoryListing.xslt";
|
||||
outputFileName = @"GalleryShare.Embed.DirectoryListing.xslt";
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue