.devloping umake

git-svn-id: svn://ultimatepp.org/upp/trunk@3717 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2011-07-30 14:39:57 +00:00
parent 624c5a8f84
commit f75271f669
15 changed files with 1761 additions and 1727 deletions

View file

@ -109,7 +109,7 @@ void Ide::InsertMenu(Bar& bar)
if(ext == ".tpp") {
String s;
s << "#define TOPICFILE <" << pp << "/all.i>\n"
<< "#include <Core/topic_group.h>\n";
<< "#include <Core/topic_group.h>\n";
bar.Add(fn + " include", THISBACK1(InsertText, s));
n++;
}