In about window only show link to GitHub contributors page because it is unfair to just show uploader contributions and not rest of contributions

This commit is contained in:
Jaex 2016-09-14 01:34:30 +03:00
parent 64cc6f39ec
commit f0fd4d101d
2 changed files with 5 additions and 15 deletions

View file

@ -176,6 +176,11 @@ public static Rectangle LocationOffset(this Rectangle rect, int x, int y)
return new Rectangle(rect.X + x, rect.Y + y, rect.Width, rect.Height);
}
public static Rectangle LocationOffset(this Rectangle rect, Point offset)
{
return rect.LocationOffset(offset.X, offset.Y);
}
public static Rectangle LocationOffset(this Rectangle rect, int offset)
{
return rect.LocationOffset(offset, offset);

View file

@ -75,21 +75,6 @@ public AboutForm()
https://github.com/ShareX/ShareX/graphs/contributors
Mega, Gist and Jira support: https://github.com/gpailler
Amazon S3 and DreamObjects support: https://github.com/alanedwardes
Gfycat support: https://github.com/Dinnerbone
AdFly support: https://github.com/LRNAB
MediaFire support: https://github.com/michalx2
Pushbullet support: https://github.com/BallisticLingonberries
Lambda support: https://github.com/mstojcevich
VideoBin support: https://github.com/corey-/
CoinURL, QRnet, VURL, 2gp, SomeImage, OneTimeSecret, Polr support: https://github.com/DanielMcAssey
Seafile support: https://github.com/zikeji
Streamable support: https://github.com/streamablevideo
s-ul support: https://github.com/corin12355
Imgland support: https://github.com/jibcore
Lithiio support: https://github.com/lithium720
{1}:
Turkish: https://github.com/Jaex & https://github.com/muratmoon