mirror of
https://github.com/greenshot/greenshot
synced 2025-08-19 21:13:23 -07:00
Hopefully this should fix bug [#1440], as we don't have real data and we can't reproduce this it's a bit of a shot in the dark. But I am sure that how it was before is not correct...
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2464 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
parent
c6f3438a16
commit
351e4f96d4
2 changed files with 117 additions and 41 deletions
|
@ -56,7 +56,7 @@ namespace GreenshotPlugin.Core {
|
|||
/// Static initializer for the language code
|
||||
/// </summary>
|
||||
static Language() {
|
||||
if (!IniConfig.IsInited) {
|
||||
if (!IniConfig.isInitialized) {
|
||||
LOG.Warn("IniConfig hasn't been initialized yet! (Design mode?)");
|
||||
IniConfig.Init("greenshot", "greenshot");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue