mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
Syncing uppdev
git-svn-id: svn://ultimatepp.org/upp/trunk@1685 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
37753b4ad8
commit
9fafc5e87b
4 changed files with 3968 additions and 2 deletions
File diff suppressed because it is too large
Load diff
9
uppdev/ChUsrLog/ChUsrLog.upp
Normal file
9
uppdev/ChUsrLog/ChUsrLog.upp
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
uses
|
||||
CtrlLib;
|
||||
|
||||
file
|
||||
main.cpp;
|
||||
|
||||
mainconfig
|
||||
"" = "GUI";
|
||||
|
||||
11
uppdev/ChUsrLog/main.cpp
Normal file
11
uppdev/ChUsrLog/main.cpp
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
#include <CtrlLib/CtrlLib.h>
|
||||
|
||||
using namespace Upp;
|
||||
|
||||
GUI_APP_MAIN
|
||||
{
|
||||
ActivateUsrLog();
|
||||
TopWindow win;
|
||||
win.Run();
|
||||
}
|
||||
|
||||
|
|
@ -16,7 +16,7 @@ GUI_APP_MAIN
|
|||
// SetLanguage(LNG_('P','L','P','L'));
|
||||
|
||||
// InstallCrashDump();
|
||||
|
||||
LaunchWebBrowser(GetTempPath());
|
||||
DUMP(GUI_PopUpEffect());
|
||||
RichEditWithToolBar e;
|
||||
Vector<int> h;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue