Added more DesktopShortcutTypes (should've already been committed)

This commit is contained in:
Michael Becker 2014-08-06 05:56:27 -04:00
parent f3ebfcfb3b
commit 6dd7fd907b

View File

@ -7,6 +7,8 @@ namespace UniversalEditor.DataFormats.Shortcut.FreeDesktop
{
public enum DesktopShortcutType
{
InternetLink
Application,
InternetLink,
Directory
}
}