mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-21 06:45:39 -06:00
.cosmetics
git-svn-id: svn://ultimatepp.org/upp/trunk@7916 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
7d1cc9de8c
commit
ff14e98830
2 changed files with 3 additions and 7 deletions
|
|
@ -11,11 +11,7 @@ CONSOLE_APP_MAIN
|
||||||
DUMP(GetTimeZone());
|
DUMP(GetTimeZone());
|
||||||
Date d = GetSysDate();
|
Date d = GetSysDate();
|
||||||
if(d < Date(d.year, 3, 20) && d > Date(d.year - 1, 10, 30)) {
|
if(d < Date(d.year, 3, 20) && d > Date(d.year - 1, 10, 30)) {
|
||||||
<<<<<<< .mine
|
|
||||||
LOG("Normalni CZ time");
|
LOG("Normalni CZ time");
|
||||||
=======
|
|
||||||
LOG("Normal CZ time");
|
|
||||||
>>>>>>> .r7914
|
|
||||||
ASSERT(GetTimeZone() == 60);
|
ASSERT(GetTimeZone() == 60);
|
||||||
ASSERT(ScanWwwTime("Tue, 25 Mar 2014 12:01:15 +1200") == Time(2014, 3, 25, 23, 1, 15));
|
ASSERT(ScanWwwTime("Tue, 25 Mar 2014 12:01:15 +1200") == Time(2014, 3, 25, 23, 1, 15));
|
||||||
ASSERT(ScanWwwTime("Tue, 25 Mar 2014 12:01:15 +1000") == Time(2014, 3, 25, 21, 1, 15));
|
ASSERT(ScanWwwTime("Tue, 25 Mar 2014 12:01:15 +1000") == Time(2014, 3, 25, 21, 1, 15));
|
||||||
|
|
|
||||||
|
|
@ -46,9 +46,9 @@ struct MyAppWindow : TopWindow {
|
||||||
AddFrame(status);
|
AddFrame(status);
|
||||||
AddFrame(InsetFrame());
|
AddFrame(InsetFrame());
|
||||||
menu.Set(THISBACK(MainMenu));
|
menu.Set(THISBACK(MainMenu));
|
||||||
menu.WhenHelp = status;
|
menu.WhenHelp = status; // callback cast to fix it for older CLANG version in C++11
|
||||||
tool.Set(THISBACK(SubBar));
|
tool.Set(THISBACK(SubBar));
|
||||||
tool.WhenHelp = status;
|
tool.WhenHelp = status; // callback cast to fix it for older CLANG version in C++11
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue