Add GetPrintItemName for Sqlite provider

This commit is contained in:
John Lewin 2015-07-14 17:02:57 -07:00
parent 85a06710e3
commit 9daf037e49

View file

@ -83,7 +83,7 @@ namespace MatterHackers.MatterControl.PrintLibrary.Provider
public override string GetPrintItemName(int itemIndex)
{
return "";
return printItems[itemIndex].Name;
}
public static string StaticProviderKey