1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-03-11 13:05:45 +01:00

Give the about:pentadactyl page a title.

This commit is contained in:
Doug Kearns
2010-10-02 00:35:43 +10:00
parent 7a09c698f7
commit 38aeea10a8

View File

@@ -3,7 +3,7 @@
<?xml-stylesheet href="chrome://pentadactyl/skin/about.css" type="text/css"?> <?xml-stylesheet href="chrome://pentadactyl/skin/about.css" type="text/css"?>
<!DOCTYPE overlay SYSTEM "chrome://dactyl/content/dactyl.dtd"> <!DOCTYPE overlay SYSTEM "chrome://dactyl/content/dactyl.dtd">
<page id="about-&dactyl.name;" orient="vertical" <page id="about-&dactyl.name;" orient="vertical" title="About &dactyl.appName;"
xmlns="&xmlns.xul;" xmlns:html="&xmlns.html;"> xmlns="&xmlns.xul;" xmlns:html="&xmlns.html;">
<html:link rel="icon" href="chrome://&dactyl.name;/skin/icon.png" <html:link rel="icon" href="chrome://&dactyl.name;/skin/icon.png"
@@ -25,7 +25,7 @@ type :help version-&dactyl.version;&lt;<span class="key">Enter</span>> for vers
</div> </div>
<spring flex="1"/> <spring flex="1"/>
</hbox> </hbox>
<spring flex="1"/> <spring flex="1"/>
</page> </page>
<!-- vim: set sw=2 sts=2 et: --> <!-- vim: set sw=2 sts=2 et: -->