Rename "ownCloud" to "ownCloud / Nextcloud"

This commit is contained in:
Jaex 2018-01-29 11:44:06 +03:00
parent b9205c897b
commit d52f2c66e0
4 changed files with 8429 additions and 2141 deletions

View file

@ -103,7 +103,7 @@ public enum FileDestination
AzureStorage,
[Description("Gfycat")]
Gfycat,
[Description("ownCloud")]
[Description("ownCloud / Nextcloud")]
OwnCloud,
[Description("MediaFire")]
MediaFire,

View file

@ -592,7 +592,7 @@ public void LoadSettings()
#endregion
#region ownCloud
#region ownCloud / Nextcloud
txtOwnCloudHost.Text = Config.OwnCloudHost;
txtOwnCloudUsername.Text = Config.OwnCloudUsername;
@ -2273,7 +2273,7 @@ private void cbAmazonS3PublicACL_CheckedChanged(object sender, EventArgs e)
#endregion Amazon S3
#region ownCloud
#region ownCloud / Nextcloud
private void txtOwnCloudHost_TextChanged(object sender, EventArgs e)
{
@ -2310,7 +2310,7 @@ private void cbOwnCloud81Compatibility_CheckedChanged(object sender, EventArgs e
Config.OwnCloud81Compatibility = cbOwnCloud81Compatibility.Checked;
}
#endregion ownCloud
#endregion ownCloud / Nextcloud
#region Pushbullet

File diff suppressed because it is too large Load diff

View file

@ -288,7 +288,7 @@ public class UploadersConfig : SettingsBase<UploadersConfig>
#endregion
#region ownCloud
#region ownCloud / Nextcloud
public string OwnCloudHost = "";
public string OwnCloudUsername = "";