Subversion Repositories tpanel

Rev

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

Rev 186 Rev 323
Line 97... Line 97...
97
 
97
 
98
    int depth = 0;
98
    int depth = 0;
99
    size_t index = 0;
99
    size_t index = 0;
100
    size_t oldIndex = 0;
100
    size_t oldIndex = 0;
101
 
101
 
102
    if ((index = xml.getElementIndex("externalButtons", &depth)) == TExpat::npos)
102
    if (xml.getElementIndex("externalButtons", &depth) == TExpat::npos)
103
    {
103
    {
104
        MSG_ERROR("Element \"externalButtons\" was not found!");
104
        MSG_ERROR("Element \"externalButtons\" was not found!");
105
        TError::setError();
105
        TError::setError();
106
        return;
106
        return;
107
    }
107
    }