~ubuntu-branches/debian/stretch/all-in-one-sidebar/stretch

« back to all changes in this revision

Viewing changes to content/about.xul

  • Committer: Package Import Robot
  • Author(s): Andrea Veri
  • Date: 2013-05-07 19:28:20 UTC
  • mfrom: (1.1.4) (0.1.10 sid)
  • Revision ID: package-import@ubuntu.com-20130507192820-dz9rxjyazqb0f7aq
Tags: 0.7.18-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
<!-- skin -->
4
4
<?xml-stylesheet href="chrome://browser/skin/"?>
5
 
<?xml-stylesheet href="chrome://aios/skin/prefs.css"?>
6
5
 
7
6
<!-- locale -->
8
7
<!DOCTYPE overlay [
9
 
        <!ENTITY % aboutDTD SYSTEM "chrome://aios/locale/about.dtd"> %aboutDTD;
 
8
    <!ENTITY % aboutDTD SYSTEM "chrome://aios/locale/about.dtd"> %aboutDTD;
10
9
]>
11
10
 
12
11
<prefwindow id="aiosAboutWindow" xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
22
21
 
23
22
    <script type="application/x-javascript" src="chrome://aios/content/_common.js" />
24
23
    
25
 
    <prefpane id="aiosAbout" src="chrome://aios/content/abouttabs.xul" />
 
24
    <prefpane id="aiosAbout" src="chrome://aios/content/about_content.xul" />
26
25
 
27
26
</prefwindow>
 
 
b'\\ No newline at end of file'