Skip to content

Commit

Permalink
Added File Command Icons
Browse files Browse the repository at this point in the history
  • Loading branch information
saucepleez committed Jun 22, 2018
1 parent 85e374d commit 65e5ac2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions taskt/UI/CustomControls/CustomControls.cs
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,9 @@ public static Dictionary<string, Image> UIImageDictionary()
uiImages.Add("SequenceCommand", taskt.Properties.Resources.command_sequence);
uiImages.Add("ReadTextFileCommand", taskt.Properties.Resources.command_files);
uiImages.Add("WriteTextFileCommand", taskt.Properties.Resources.command_files);
uiImages.Add("MoveFileCommand", taskt.Properties.Resources.command_files);
uiImages.Add("DeleteFileCommand", taskt.Properties.Resources.command_files);
uiImages.Add("RenameFileCommand", taskt.Properties.Resources.command_files);
return uiImages;
}
public static ImageList UIImageList()
Expand Down

0 comments on commit 65e5ac2

Please sign in to comment.