Placed data files in /etc/KanBe for Haiku

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13559 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Jérôme Duval
2005-07-08 18:33:33 +00:00
parent 1446476ec8
commit a46295b9f0
@@ -110,7 +110,11 @@ CannaLooper::Quit()
status_t
CannaLooper::ReadSettings( char *basepath )
{
#ifndef __HAIKU__
strcpy( basepath, "/boot/home/config/KanBe/" );
#else
strcpy( basepath, "/etc/KanBe/" );
#endif
font_family family;
font_style style;
strcpy( family, "Haru" );