diff --git a/EasyImgur/Form1.Designer.cs b/EasyImgur/Form1.Designer.cs index 92ed987..7618d47 100644 --- a/EasyImgur/Form1.Designer.cs +++ b/EasyImgur/Form1.Designer.cs @@ -45,6 +45,7 @@ private void InitializeComponent() this.buttonApplyGeneral = new System.Windows.Forms.Button(); this.tabControl1 = new System.Windows.Forms.TabControl(); this.tabPage1 = new System.Windows.Forms.TabPage(); + this.label4 = new System.Windows.Forms.Label(); this.checkBoxLaunchAtBoot = new System.Windows.Forms.CheckBox(); this.buttonFormatHelp = new System.Windows.Forms.Button(); this.label8 = new System.Windows.Forms.Label(); @@ -80,7 +81,6 @@ private void InitializeComponent() this.label12 = new System.Windows.Forms.Label(); this.button1 = new System.Windows.Forms.Button(); this.button2 = new System.Windows.Forms.Button(); - this.label4 = new System.Windows.Forms.Label(); this.trayMenu.SuspendLayout(); this.tabControl1.SuspendLayout(); this.tabPage1.SuspendLayout(); @@ -228,6 +228,16 @@ private void InitializeComponent() this.tabPage1.Text = "General"; this.tabPage1.UseVisualStyleBackColor = true; // + // label4 + // + this.label4.AutoSize = true; + this.label4.ForeColor = System.Drawing.SystemColors.AppWorkspace; + this.label4.Location = new System.Drawing.Point(269, 160); + this.label4.Name = "label4"; + this.label4.Size = new System.Drawing.Size(408, 17); + this.label4.TabIndex = 15; + this.label4.Text = "Moving the .exe requires one manual launch to restore the path"; + // // checkBoxLaunchAtBoot // this.checkBoxLaunchAtBoot.AutoSize = true; @@ -363,9 +373,9 @@ private void InitializeComponent() // label15 // this.label15.AutoSize = true; - this.label15.Location = new System.Drawing.Point(42, 179); + this.label15.Location = new System.Drawing.Point(27, 181); this.label15.Name = "label15"; - this.label15.Size = new System.Drawing.Size(618, 85); + this.label15.Size = new System.Drawing.Size(651, 85); this.label15.TabIndex = 10; this.label15.Text = resources.GetString("label15.Text"); this.label15.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; @@ -592,16 +602,6 @@ private void InitializeComponent() this.button2.Text = "Authorize this app..."; this.button2.UseVisualStyleBackColor = true; // - // label4 - // - this.label4.AutoSize = true; - this.label4.ForeColor = System.Drawing.SystemColors.AppWorkspace; - this.label4.Location = new System.Drawing.Point(269, 160); - this.label4.Name = "label4"; - this.label4.Size = new System.Drawing.Size(408, 17); - this.label4.TabIndex = 15; - this.label4.Text = "Moving the .exe requires one manual launch to restore the path"; - // // Form1 // this.AcceptButton = this.buttonApplyGeneral; diff --git a/EasyImgur/Form1.resx b/EasyImgur/Form1.resx index 9ae8b32..41376e9 100644 --- a/EasyImgur/Form1.resx +++ b/EasyImgur/Form1.resx @@ -177,8 +177,8 @@ Authorizing this app enables you to add uploaded images to your account, rather than uploading them anonymously. -To revoke authorization, visit http://imgur.com/account/settings/apps -(Temporarily disabling the use of your Imgur account can be done from the General Settings tab) +To discard all current authorization tokens, press Forget Tokens. +To revoke authorization of any tokens this application has, visit http://imgur.com/account/settings/apps diff --git a/dist/Debug/EasyImgur.exe b/dist/Debug/EasyImgur.exe index 701f100..7156aa5 100644 Binary files a/dist/Debug/EasyImgur.exe and b/dist/Debug/EasyImgur.exe differ diff --git a/dist/Release/EasyImgur.exe b/dist/Release/EasyImgur.exe index 538905f..168291d 100644 Binary files a/dist/Release/EasyImgur.exe and b/dist/Release/EasyImgur.exe differ