Core/SSL: fixed backward compatibility, ide: developing UppHub

git-svn-id: svn://ultimatepp.org/upp/trunk@15543 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2020-11-29 15:18:15 +00:00
parent f1f0925a4c
commit 88fffa4510
3 changed files with 4 additions and 2 deletions

View file

@ -1,2 +1,4 @@
#include "SSL.h"
// this file is required to assure the compatibility of older code
// new application should #include <Core/SSL/SSL.h>, then this file is not required

View file

@ -96,7 +96,7 @@ void UpvDlg::Load()
loaded.Clear();
upv.Clear();
Load("https://www.ultimatepp.org/forums/index.php?t=msg&goto=55566&#msg_55566");
Load("https://raw.githubusercontent.com/ultimatepp/ultimatepp/master/upphub.root");
list.Clear();
for(const UpvNest& n : upv)

View file

@ -87,7 +87,7 @@ file
MacroManager.cpp,
SetupSVN.cpp,
Upgrade.cpp,
Uppiverse.cpp,
UppHub.cpp,
Compile readonly separator,
MethodsCtrls.h,
MethodsCtrls.cpp,