Subversion Repositories tpanel

Rev

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

Rev 151 Rev 156
Line 231... Line 231...
231
            }
231
            }
232
        }
232
        }
233
        while ((index = xml.getNextElementIndex("resourceList", depth)) != TExpat::npos);
233
        while ((index = xml.getNextElementIndex("resourceList", depth)) != TExpat::npos);
234
    }
234
    }
235
 
235
 
236
    if ((index = xml.getElementIndex("paletteList", &depth)) == TExpat::npos)
236
    if (xml.getElementIndex("paletteList", &depth) == TExpat::npos)
237
    {
237
    {
238
        MSG_WARNING("There exists no color palette! There will be only the system colors available.");
238
        MSG_WARNING("There exists no color palette! There will be only the system colors available.");
239
        return true;
239
        return true;
240
    }
240
    }
241
 
241