mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-31 22:04:04 -06:00
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:
parent
f1f0925a4c
commit
88fffa4510
3 changed files with 4 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
@ -87,7 +87,7 @@ file
|
|||
MacroManager.cpp,
|
||||
SetupSVN.cpp,
|
||||
Upgrade.cpp,
|
||||
Uppiverse.cpp,
|
||||
UppHub.cpp,
|
||||
Compile readonly separator,
|
||||
MethodsCtrls.h,
|
||||
MethodsCtrls.cpp,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue