Enable 'Add Secret' for Firefox on windows

This commit is contained in:
Jim Norman 2006-10-03 19:58:21 +00:00
parent 3de7a584bb
commit 8e942319a7

View File

@ -246,9 +246,10 @@ namespace Novell.CASA.DataEngines
return kwEngine.SetSecret(secret, opnType);
if (StoreID == ConstStrings.CASA_STORE_GK)
return gkEngine.SetSecret(secret, opnType);
#endif
if (StoreID == ConstStrings.CASA_STORE_FFOX)
return ffEngine.SetSecret(secret, opnType);
#endif
else
{
#if LINUX