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

Ignore:
Timestamp:
Jan 1, 2010, 4:51:22 PM (13 years ago)
Author:
rene <rene@…>
Branches:
multiEdit, ng_0.6, ng_0.8, ng_0.9
Children:
e7fa0c
Parents:
80940ab
Message:

added switch to takeover stored identity while sending

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chrome/content/v_identity/vI_Dialog.xul

    r80940ab rf4784d  
    3030
    3131<dialog id="vI_Dialog" xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
    32     buttons="accept,cancel,extra1"
     32    buttons="accept,cancel,extra1,extra2"
    3333        buttonlabelextra1="&vident.vI_Dialog.extra1Button.label;"
    3434    buttoniconextra1="no"
     35        buttonlabelextra2="&vident.vI_Dialog.extra2Button.label;"
     36    buttoniconextra2="no"
    3537        title="Virtual Identity"
    3638    zlevel="6"
     
    3941    ondialogcancel="window.close(); window.arguments[1].returnValue = 'cancel';"
    4042    ondialogextra1="window.close(); window.arguments[1].returnValue = 'abort';"
     43    ondialogextra2="window.close(); window.arguments[1].returnValue = 'takeover';"
    4144    persist="height width">
    4245
Note: See TracChangeset for help on using the changeset viewer.