Home
last modified time | relevance | path

Searched refs:IsShowAgain (Results 1 – 5 of 5) sorted by relevance

/dports/multimedia/dvdstyler/DVDStyler-3.1/src/
H A DMessageDlg.h22 bool IsShowAgain();
H A DMessageDlg.cpp114 bool MessageDlg::IsShowAgain() { in IsShowAgain() function in MessageDlg
H A DCache.cpp378 s_config.SetCacheClearPrompt(msgDlg.IsShowAgain() ? 0 : (clear ? 1 : 2)); in ShowClearPrompt()
H A DBurnDlg.cpp604 s_config.SetOverwriteOutputDirPrompt(confirmDlg.IsShowAgain()); in OnOk()
H A DTitlesetManager.cpp1221 s_config.SetTitleDeletePrompt(msgDlg.IsShowAgain()); in OnDelete()