Searched refs:m_strBuiltInSuffix (Results 1 – 1 of 1) sorted by relevance
40 private static string m_strBuiltInSuffix = null; field in KeePass.Util.PwGeneratorUtil45 if(m_strBuiltInSuffix == null)46 m_strBuiltInSuffix = " (" + KPRes.BuiltIn + ")";47 return m_strBuiltInSuffix;