File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/OSPSuite.Assets.Images Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -113,7 +113,6 @@ public static class ApplicationIcons
113113 public static readonly ApplicationIcon ExpertParameters = AddNamedIcon ( "Parameters" , "ExpertParameters" ) ;
114114 public static readonly ApplicationIcon PopulationExportToCSV = AddNamedIcon ( "PopulationExportToCSV" ) ;
115115 public static readonly ApplicationIcon ExportToPDF = AddNamedIcon ( "PDF" , "ExportToPDF" ) ;
116- public static readonly ApplicationIcon ExportToPNG = AddNamedIcon ( "ExportToPNG" ) ;
117116 public static readonly ApplicationIcon ExtendParameterValues = AddNamedIcon ( "ExtendParameterValues" ) ;
118117 public static readonly ApplicationIcon ExtracellularMembrane = AddNamedIcon ( "ExtracellularMembrane" ) ;
119118 public static readonly ApplicationIcon Fat = AddNamedIcon ( "Fat" ) ;
@@ -510,6 +509,7 @@ public static class ApplicationIcons
510509 public static readonly ApplicationIcon PKSimModule = AddNamedIcon ( "PKSimModule" ) ;
511510 public static readonly ApplicationIcon PKSimModuleGreen = AddNamedIcon ( "PKSimModuleGreen" ) ;
512511 public static readonly ApplicationIcon PKSimModuleRed = AddNamedIcon ( "PKSimModuleRed" ) ;
512+ public static readonly ApplicationIcon ExportToPNG = AddNamedIcon ( "ExportToPNG" ) ;
513513
514514 // All icons should go at the end of the preceding list, before this delimiting icon - EmptyIcon
515515 private static ApplicationIcon createEmptyIcon ( ) => new ApplicationIcon ( ( SvgImage ) null ) ;
You can’t perform that action at this time.
0 commit comments