fix discs

Signed-off-by: Clienthax <clienthax@gmail.com>
This commit is contained in:
Clienthax 2014-11-14 19:35:47 +00:00
parent cc706770f0
commit db45e7a9ce
2 changed files with 2 additions and 2 deletions

View File

@ -121,7 +121,7 @@ namespace _3DS
public override string GetFileDescription()
{
return "body_LZ.bin";
return "System Theme body_LZ.bin";
}
public override string GetFileFilter()

View File

@ -42,7 +42,7 @@ namespace _3DS
public override string GetFileDescription()
{
return "*.icn";
return "System Theme Icon *.icn";
}
public override string GetFileFilter()