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

pull/16/head
Darrell Anderson 12 years ago
parent 3c75231601
commit 87363770ea

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