changed: ConfParser -- now we can have a tree (spaces can have more than one level)

git-svn-id: svn://ttmath.org/publicrep/winix/trunk@768 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
2011-09-26 05:40:26 +00:00
parent 60f0e62c23
commit 89efaa790f
10 changed files with 644 additions and 599 deletions

View File

@@ -122,11 +122,11 @@ private:
// messages vector<via language>
// this table has the same size as locale_files (at least one item)
std::vector<ConfParser::TableSingle> loc_tab;
std::vector<Space::TableSingle> loc_tab;
// messages vector<via language>
// this table has the same size as locale_files (at least one item)
std::vector<ConfParser::Table> loc_tab_multi;
std::vector<Space::Table> loc_tab_multi;
// vectors of characters substitution (sort by 'from')
std::vector<SubstItem> subst_url;
@@ -134,6 +134,7 @@ private:
std::vector<SubstItem> subst_capitallet; // changing from capital to small
Space space;
ConfParser loc_parser;
std::string locale_filea;
std::string file_name;