mirror of
https://github.com/greenshot/greenshot
synced 2025-08-20 13:33:27 -07:00
Hacked the Imgur plugin to partly work with the version 3, so AnonymousAccess works. Added a more rough filtering for the language issues, fixed an update check, fixed a problem when closing the history and updated the readme.txt
This commit is contained in:
parent
213b332a66
commit
45c0e1efed
8 changed files with 59 additions and 39 deletions
|
@ -117,6 +117,7 @@ namespace GreenshotImgurPlugin
|
|||
this.finishedButton.TabIndex = 11;
|
||||
this.finishedButton.Text = "Finished";
|
||||
this.finishedButton.UseVisualStyleBackColor = true;
|
||||
this.finishedButton.Click += new System.EventHandler(this.FinishedButtonClick);
|
||||
//
|
||||
// clipboardButton
|
||||
//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue