diff options
Diffstat (limited to 'Software/Visual_Studio/PPC/Modules')
| -rw-r--r-- | Software/Visual_Studio/PPC/Modules/Tango.PPC.Maintenance/Converters/LiquidTypeToShortNameConverter.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual_Studio/PPC/Modules/Tango.PPC.Maintenance/Converters/LiquidTypeToShortNameConverter.cs b/Software/Visual_Studio/PPC/Modules/Tango.PPC.Maintenance/Converters/LiquidTypeToShortNameConverter.cs index 15041bf17..c9b49d221 100644 --- a/Software/Visual_Studio/PPC/Modules/Tango.PPC.Maintenance/Converters/LiquidTypeToShortNameConverter.cs +++ b/Software/Visual_Studio/PPC/Modules/Tango.PPC.Maintenance/Converters/LiquidTypeToShortNameConverter.cs @@ -20,7 +20,7 @@ namespace Tango.PPC.Maintenance.Converters { case BL.Enumerations.LiquidTypes.Cleaner: return "CL"; - case BL.Enumerations.LiquidTypes.TransparentInk: + case BL.Enumerations.LiquidTypes.Transparent: return "TI"; case BL.Enumerations.LiquidTypes.Black: return "K"; |
