Compilation fix: Added forgoten brace

This commit is contained in:
Ilia Popov 2010-06-11 02:39:59 +02:00
parent 531eeb60aa
commit c47b33b9b6

View File

@ -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;