Searched refs:GetCopyrightMode (Results 1 – 3 of 3) sorted by relevance
84 inline const bool GetCopyrightMode() const { return bCopyright; } in GetCopyrightMode() function
174 lame_set_copyright( gfp, the_Properties.GetCopyrightMode()?1:0 ); in open()
553 …::CheckDlgButton( HwndDlg, IDC_CHECK_COPYRIGHT, GetCopyrightMode() ?BST_CHECKED:BST_UNCHECKED … in UpdateDlgFromValue()