Developing new Draw (in uppdev)

git-svn-id: svn://ultimatepp.org/upp/trunk@1128 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2009-05-07 16:38:32 +00:00
parent bf2493667e
commit bc369fae03
84 changed files with 21322 additions and 10 deletions

View file

@ -25,7 +25,7 @@ struct App : TopWindow {
void DnDInsertB(int line, PasteClip& d)
{
if(AcceptInternal<ArrayCtrl>(d, "array"))
if(AcceptInternal()<ArrayCtrl>(d, "array"))
b.InsertDrop(line, d);
}