Added "credits left" for Imgur to the form, this might give us a better idea of why the upload sometimes takes so long.

git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2006 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
RKrom 2012-09-06 15:48:44 +00:00
commit 480b32f586
4 changed files with 27 additions and 2 deletions

View file

@ -155,7 +155,7 @@ namespace GreenshotImgurPlugin
this.Controls.Add(this.pictureBox1);
this.Controls.Add(this.listview_imgur_uploads);
this.Name = "ImgurHistory";
this.Text = "ImgurHistory";
this.LanguageKey = "imgur.history";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.ImgurHistoryFormClosing);
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
this.ResumeLayout(false);