mirror of
https://github.com/greenshot/greenshot
synced 2025-08-20 21:43:24 -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
|
@ -32,8 +32,8 @@ namespace Greenshot.Processors {
|
|||
/// Description of TitleFixProcessor.
|
||||
/// </summary>
|
||||
public class TitleFixProcessor : AbstractProcessor {
|
||||
private static ILog LOG = LogManager.GetLogger(typeof(TitleFixProcessor));
|
||||
private static CoreConfiguration config = IniConfig.GetIniSection<CoreConfiguration>();
|
||||
private static readonly ILog LOG = LogManager.GetLogger(typeof(TitleFixProcessor));
|
||||
private static readonly CoreConfiguration config = IniConfig.GetIniSection<CoreConfiguration>();
|
||||
|
||||
public TitleFixProcessor() {
|
||||
List<string> corruptKeys = new List<string>();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue