Advertisement
Guest User

edits

a guest
Jan 21st, 2014
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. #here are the changes i made
  2. #EDIT : 1
  3. #location
  4. /mozilla-central/browser/devtools/scratchpad/scratchpad.xul
  5. #changes in line 193
  6. <menuitem id="sp-menu-pprint"
  7. label="&pprint.label;"
  8. accesskey="&pprint.accesskey;"
  9. key="sp-key-pprint"
  10. command="sp-cmd-pprint"/>
  11.  
  12. #EDIT : 2
  13. #location
  14. mozilla-central/browser/devtools/scratchpad/test/browser_scratchpad_ui.js
  15. #changes in line 35
  16. "sp-menu-pprint": "prettyPrint",
  17.  
  18. #EDIT : 3
  19. mozilla-central/browser/locales/en-US/chrome/browser/devtools/scratchpad.dtd
  20.  
  21. added a line
  22. <!ENTITY pprint.accesskey "P">
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement