mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-08-15 22:02:51 -06:00
ide: Removed compilation date causing problems
git-svn-id: svn://ultimatepp.org/upp/trunk@8757 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
04845518d4
commit
d628366908
1 changed files with 3 additions and 1 deletions
|
|
@ -7,9 +7,11 @@
|
|||
#define TOPICFILE <ide/app.tpp/all.i>
|
||||
#include <Core/topic_group.h>
|
||||
|
||||
/*
|
||||
#ifndef bmYEAR
|
||||
#include <build_info.h>
|
||||
#endif
|
||||
*/
|
||||
|
||||
Size MakeLogo(Ctrl& parent, Array<Ctrl>& ctrl)
|
||||
{
|
||||
|
|
@ -31,7 +33,7 @@ Size MakeLogo(Ctrl& parent, Array<Ctrl>& ctrl)
|
|||
h << " (Gtk)";
|
||||
#endif
|
||||
h << "\n"
|
||||
<< Format("Compiled %d-%02d-%02d %d:%02d\n", bmYEAR , bmMONTH, bmDAY, bmHOUR, bmMINUTE)
|
||||
// << Format("Compiled %d-%02d-%02d %d:%02d\n", bmYEAR , bmMONTH, bmDAY, bmHOUR, bmMINUTE)
|
||||
<< Format("%d`KB\n%d classes\n%d items", MemoryUsedKb(), cpp.GetCount(), total);
|
||||
v1 = h;
|
||||
v1.HSizePos(230, 10).BottomPos(20, Arial(20).GetHeight() * 5);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue