don't append .config to %LOCALAPPDATA%\<ProgramName>\
::user_config_directory() could use some general cleanup an x-platform consolidation, but today is not the day.
This commit is contained in:
@@ -70,8 +70,10 @@ user_config_directory ()
|
|||||||
exit (1);
|
exit (1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#ifndef PLATFORM_WINDOWS
|
||||||
p = home_dir;
|
p = home_dir;
|
||||||
p = Glib::build_filename (p, ".config");
|
p = Glib::build_filename (p, ".config");
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user