summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--protocols/NewsAggregator/Src/Options.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/NewsAggregator/Src/Options.cpp b/protocols/NewsAggregator/Src/Options.cpp
index ecd13f8494..b35585cfaa 100644
--- a/protocols/NewsAggregator/Src/Options.cpp
+++ b/protocols/NewsAggregator/Src/Options.cpp
@@ -675,7 +675,7 @@ bool CFeedEditor::OnInitDialog()
}
}
else if (m_iItem == -1 && m_hContact == NULL) {
- m_feedurl.SetText(L"http://");
+ m_feedurl.SetText(L"https://");
m_tagedit.SetText(TAGSDEFAULT);
m_checktime.SetInt(DEFAULT_UPDATE_TIME);
Utils_RestoreWindowPositionNoSize(m_hwnd, NULL, MODULENAME, "AddDlg");