Browse Source

don't show apply button

git-svn-id: svn://svn.code.sf.net/p/ditto-cp/code/trunk@372 595ec19a-5cb4-439b-94a8-42fb3063c22c
sabrogden 19 years ago
parent
commit
6337d9fc1c
1 changed files with 2 additions and 0 deletions
  1. 2 0
      OptionsSheet.cpp

+ 2 - 0
OptionsSheet.cpp

@@ -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;
 }