mirror of
https://github.com/greenshot/greenshot
synced 2025-07-16 10:03:44 -07:00
Merge remote-tracking branch 'remotes/origin/master' into release/1.2.9
This commit is contained in:
commit
0323705513
276 changed files with 5382 additions and 3666 deletions
|
@ -34,7 +34,7 @@ namespace GreenshotFlickrPlugin {
|
|||
/// </summary>
|
||||
public class FlickrUtils {
|
||||
private static readonly ILog LOG = LogManager.GetLogger(typeof(FlickrUtils));
|
||||
private static FlickrConfiguration config = IniConfig.GetIniSection<FlickrConfiguration>();
|
||||
private static readonly FlickrConfiguration config = IniConfig.GetIniSection<FlickrConfiguration>();
|
||||
private const string FLICKR_API_BASE_URL = "https://api.flickr.com/services/";
|
||||
private const string FLICKR_UPLOAD_URL = FLICKR_API_BASE_URL + "upload/";
|
||||
// OAUTH
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue