Added some small boring scripts and programs writen in few last years
[mirrors/Programs.git] / plugins / firefox-extensions / test / launcher / chrome / content / prefs.xul
1 <?xml version="1.0"?>
2
3 <?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
4
5 <window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
6 xmlns:html="http://www.w3.org/1999/xhtml"
7 title="launcher prefs">
8
9 <hbox align="center">
10 <description>
11 <html:p style="margin: 0 7px 0.5em 7px; padding: 0;">
12 Create a file called link-handlers.js in your profile directory.
13 </html:p>
14 <html:p style="margin: 0 7px 0.5em 7px; padding: 0;">
15 A sample link-handlers.js is in extensions/launcher@elder-gods.org/link-handlers.js
16 in your profile directory.
17 </html:p>
18 </description>
19 </hbox>
20 </window>
This page took 0.240179 seconds and 4 git commands to generate.