Merge pull request #325 from jlewin/master
Add GetPrintItemName for Sqlite provider
This commit is contained in:
commit
1f29bdaf95
1 changed files with 1 additions and 1 deletions
|
|
@ -83,7 +83,7 @@ namespace MatterHackers.MatterControl.PrintLibrary.Provider
|
|||
|
||||
public override string GetPrintItemName(int itemIndex)
|
||||
{
|
||||
return "";
|
||||
return printItems[itemIndex].Name;
|
||||
}
|
||||
|
||||
public static string StaticProviderKey
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue