Subversion Repositories tpanel

Rev

Rev 307 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 307 Rev 330
Line 61... Line 61...
61
        MSG_WARNING("Have no system cursor images");
61
        MSG_WARNING("Have no system cursor images");
62
    }
62
    }
63
 
63
 
64
    if (isValidDir(path + "/fonts"))
64
    if (isValidDir(path + "/fonts"))
65
        mHaveFonts = true;
65
        mHaveFonts = true;
-
 
66
    else
66
    {
67
    {
67
        MSG_WARNING("Have no system fonts");
68
        MSG_WARNING("Have no system fonts");
68
        string perms = getPermissions(path);
69
        string perms = getPermissions(path);
69
        MSG_PROTOCOL("Looked for system fonts at: " << path << "/fonts -- [" << perms << "]");
70
        MSG_PROTOCOL("Looked for system fonts at: " << path << "/fonts -- [" << perms << "]");
70
    }
71
    }