Syncing uppdev

git-svn-id: svn://ultimatepp.org/upp/trunk@1685 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2009-11-09 17:45:41 +00:00
parent 37753b4ad8
commit 9fafc5e87b
4 changed files with 3968 additions and 2 deletions

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,9 @@
uses
CtrlLib;
file
main.cpp;
mainconfig
"" = "GUI";

11
uppdev/ChUsrLog/main.cpp Normal file
View file

@ -0,0 +1,11 @@
#include <CtrlLib/CtrlLib.h>
using namespace Upp;
GUI_APP_MAIN
{
ActivateUsrLog();
TopWindow win;
win.Run();
}

View file

@ -16,7 +16,7 @@ GUI_APP_MAIN
// SetLanguage(LNG_('P','L','P','L'));
// InstallCrashDump();
LaunchWebBrowser(GetTempPath());
DUMP(GUI_PopUpEffect());
RichEditWithToolBar e;
Vector<int> h;