--Bug fixes

-Place last.flame in ~/.config/fractorium on Linux.
This commit is contained in:
mfeemster
2016-03-07 18:38:47 -08:00
parent f4ea6c3959
commit 243ad605f1
2 changed files with 9 additions and 2 deletions

View File

@ -116,6 +116,7 @@ static bool InitPaletteList(const string& filename)
{
"./",
#ifndef _WIN32
"~"
"~/.fractorium",
"~/.config/fractorium",
"/usr/share/fractorium",