syncing uppdev

git-svn-id: svn://ultimatepp.org/upp/trunk@1551 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2009-09-04 12:43:43 +00:00
parent 624ff08cb6
commit c5ed067235

View file

@ -45,10 +45,5 @@ public:
GUI_APP_MAIN
{
DropListBug bug;
bug.Open();
bool quit = false;
while(!quit) {
Sleep(1000);
Ctrl::ProcessEvents(&quit);
}
bug.Run();
}