Reverting enum changes because it was not necessary

This commit is contained in:
Jaex 2014-12-06 02:55:04 +02:00
parent 10b3f97f91
commit b02c9c091e

View file

@ -71,9 +71,7 @@ public enum TextDestination
Upaste, Upaste,
[Description("Hastebin")] [Description("Hastebin")]
Hastebin, Hastebin,
[Description("Custom text uploader")]
CustomTextUploader, // Localized CustomTextUploader, // Localized
[Description("File uploader")]
FileUploader // Localized FileUploader // Localized
} }
@ -120,11 +118,8 @@ public enum FileDestination
Localhostr, Localhostr,
[Description("JIRA")] [Description("JIRA")]
Jira, Jira,
[Description("Shared folder")]
SharedFolder, // Localized SharedFolder, // Localized
[Description("Email")]
Email, // Localized Email, // Localized
[Description("Custom file uploader")]
CustomFileUploader // Localized CustomFileUploader // Localized
} }
@ -147,14 +142,12 @@ public enum UrlShortenerType
NLCM, NLCM,
[Description("adf.ly")] [Description("adf.ly")]
AdFly, AdFly,
[Description("Custom URL shortener")]
CustomURLShortener // Localized CustomURLShortener // Localized
} }
[Description("URL sharing services"), DefaultValue(Twitter)] [Description("URL sharing services"), DefaultValue(Twitter)]
public enum URLSharingServices public enum URLSharingServices
{ {
[Description("Email")]
Email, // Localized Email, // Localized
[Description("Twitter")] [Description("Twitter")]
Twitter, Twitter,