Home
last modified time | relevance | path

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

/dports/security/keepass/KeePass-2.49-Source/KeePass/Util/
H A DPwGeneratorUtil.cs40 private static string m_strBuiltInSuffix = null; field in KeePass.Util.PwGeneratorUtil
45 if(m_strBuiltInSuffix == null)
46 m_strBuiltInSuffix = " (" + KPRes.BuiltIn + ")";
47 return m_strBuiltInSuffix;