Restore tdesu dialog "Keep password" check box default to disabled/unchecked.

(cherry picked from commit 87363770ea)
v3.5.13-sru
Darrell Anderson 13 years ago committed by Slávek Banko
parent 6df0682f82
commit 9b26eae553

@ -13,9 +13,8 @@
#ifndef __Defaults_h_included__
#define __Defaults_h_included__
/*const int defTimeout = 120*60;*/
const int defTimeout = 120*60;
const int defEchoMode = 0;
const int defKeep = true;
const int defKeep = false;
#endif

Loading…
Cancel
Save