mirror of
https://github.com/greenshot/greenshot
synced 2025-08-20 21:43:24 -07:00
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:
parent
e654c38eb8
commit
480b32f586
4 changed files with 27 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue