This is just some static backup of the original site, don't expect every link to work!

Ignore:
Timestamp:
Nov 26, 2011, 6:53:31 PM (11 years ago)
Author:
rene <rene@…>
Branches:
ng_0.9
Children:
826c34
Parents:
99ced4
Message:

tons of changes, mostly namespace-related

File:
1 edited

Legend:

Unmodified
Added
Removed
  • content/vI_storage.js

    r99ced4 rf29419  
    4444    _rdfDatasourceAccess : null,    // local storage
    4545
    46     clean: function() {
     46    stringBundle : Components.classes["@mozilla.org/intl/stringbundle;1"]
     47        .getService(Components.interfaces.nsIStringBundleService)
     48        .createBundle("chrome://v_identity/locale/v_identity.properties"),
     49
     50    clean: function() {
    4751        Log.debug("clean.\n");
    4852        storage.multipleRecipients = null;
     
    179183            document.getElementById("virtualIdentityExtension_msgIdentityClone").selectedMenuItem = newMenuItem;
    180184            if (document.getElementById("virtualIdentityExtension_msgIdentityClone").vid)
    181                 vI.StorageNotification.info(vI.main.elements.strings.getString("vident.smartIdentity.vIStorageUsage") + ".");
     185                vI.StorageNotification.info(storage.stringBundle.GetStringFromName("vident.smartIdentity.vIStorageUsage") + ".");
    182186        }
    183187    },
Note: See TracChangeset for help on using the changeset viewer.