mirror of
https://github.com/alexkay/spek.git
synced 2025-04-22 03:10:29 +03:00
Fix compile error
This commit is contained in:
parent
58ea6b7ced
commit
8b14d8cc7c
@ -59,7 +59,7 @@ namespace Spek {
|
||||
_instance = new Preferences ();
|
||||
}
|
||||
if (_instance.languages[0,1] == null) {
|
||||
languages[0,1] = _("(system default)");
|
||||
_instance.languages[0,1] = _("(system default)");
|
||||
}
|
||||
return _instance;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user