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:
@@ -110,7 +110,11 @@ CannaLooper::Quit()
|
|||||||
status_t
|
status_t
|
||||||
CannaLooper::ReadSettings( char *basepath )
|
CannaLooper::ReadSettings( char *basepath )
|
||||||
{
|
{
|
||||||
|
#ifndef __HAIKU__
|
||||||
strcpy( basepath, "/boot/home/config/KanBe/" );
|
strcpy( basepath, "/boot/home/config/KanBe/" );
|
||||||
|
#else
|
||||||
|
strcpy( basepath, "/etc/KanBe/" );
|
||||||
|
#endif
|
||||||
font_family family;
|
font_family family;
|
||||||
font_style style;
|
font_style style;
|
||||||
strcpy( family, "Haru" );
|
strcpy( family, "Haru" );
|
||||||
|
|||||||
Reference in New Issue
Block a user