From f0fd4d101d59f81fc821b114f36825480a7f27af Mon Sep 17 00:00:00 2001 From: Jaex Date: Wed, 14 Sep 2016 01:34:30 +0300 Subject: [PATCH] In about window only show link to GitHub contributors page because it is unfair to just show uploader contributions and not rest of contributions --- ShareX.HelpersLib/Extensions/Extensions.cs | 5 +++++ ShareX/Forms/AboutForm.cs | 15 --------------- 2 files changed, 5 insertions(+), 15 deletions(-) diff --git a/ShareX.HelpersLib/Extensions/Extensions.cs b/ShareX.HelpersLib/Extensions/Extensions.cs index 76a25e4c5..2bac7c3ce 100644 --- a/ShareX.HelpersLib/Extensions/Extensions.cs +++ b/ShareX.HelpersLib/Extensions/Extensions.cs @@ -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); diff --git a/ShareX/Forms/AboutForm.cs b/ShareX/Forms/AboutForm.cs index c0ebc9cd1..2955c51ae 100644 --- a/ShareX/Forms/AboutForm.cs +++ b/ShareX/Forms/AboutForm.cs @@ -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