Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion main/Classes/Category.cs
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ public void cacheIcons()
}
}

// Try to load an iamge from the cache
// Try to load an image from the cache
// Takes in a programPath (shortcut) and processes it to the proper file name
public Image loadImageCache(ProgramShortcut shortcutObject)
{
Expand Down