Skip to content

Commit

Permalink
Maintenance release.
Browse files Browse the repository at this point in the history
Fixed bugs and regressions.
Web Interface: added certificate generation and search for collections.
Minor improvements in chat (Messages).
  • Loading branch information
irwir committed Aug 26, 2018
1 parent e6d9f84 commit 3e6d36a
Show file tree
Hide file tree
Showing 60 changed files with 2,734 additions and 3,116 deletions.
2 changes: 0 additions & 2 deletions AddSourceDlg.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,6 @@ BOOL CAddSourceDlg::OnInitDialog()
AddAnchor(IDC_BUTTON1, BOTTOM_RIGHT);
AddAnchor(IDCANCEL, BOTTOM_RIGHT);

AddAllOtherAnchors();

if (m_pFile)
SetWindowText(m_pFile->GetFileName());

Expand Down
11 changes: 0 additions & 11 deletions AddSourceDlg.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,6 @@

class CPartFile;

struct SUnresolvedHostname
{
SUnresolvedHostname()
{
nPort = 0;
}
CStringA strHostname;
CString strURL;
uint16 nPort;
};

// CAddSourceDlg dialog

class CAddSourceDlg : public CResizableDialog
Expand Down
Loading

0 comments on commit 3e6d36a

Please sign in to comment.