Compilation fix: Added forgoten brace
This commit is contained in:
parent
531eeb60aa
commit
c47b33b9b6
@ -427,6 +427,7 @@ void Options::load () {
|
||||
#else
|
||||
cacheBaseDir = Glib::ustring(g_get_user_cache_dir()) + "/RawTherapee";
|
||||
#endif
|
||||
}
|
||||
|
||||
Glib::ustring fname = argv0+"/languages/";
|
||||
fname += (options.language.empty())? DefaultLanguage : options.language;
|
||||
|
Loading…
x
Reference in New Issue
Block a user