git-svn-id: svn://svn.code.sf.net/p/ditto-cp/code/trunk@372 595ec19a-5cb4-439b-94a8-42fb3063c22c
@@ -93,6 +93,8 @@ BOOL COptionsSheet::OnInitDialog()
SetWindowText(_T("Ditto"));
theApp.m_Language.UpdateOptionsSheet(this);
+
+ ::ShowWindow(::GetDlgItem(m_hWnd, ID_APPLY_NOW), SW_HIDE);
return bResult;
}