diff options
author | Nick White <git@njw.me.uk> | 2010-11-13 19:25:11 +0000 |
---|---|---|
committer | Nick White <git@njw.me.uk> | 2010-11-13 19:25:11 +0000 |
commit | 2b4521d90cdb3e5fe0b29d681eec0b899cb81d4b (patch) | |
tree | 770916acb2d662903c8b8fd19273668d126270f0 /gecko | |
parent | d2d13536fe2a8871efd0ca6164043275e9961385 (diff) |
Update icon to follow name change
Diffstat (limited to 'gecko')
-rw-r--r-- | gecko/chrome/content/icon.svg | 3 | ||||
-rw-r--r-- | gecko/install.rdf | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/gecko/chrome/content/icon.svg b/gecko/chrome/content/icon.svg index c222c9f..fd74cc4 100644 --- a/gecko/chrome/content/icon.svg +++ b/gecko/chrome/content/icon.svg @@ -1,5 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <svg xmlns="http://www.w3.org/2000/svg" version="1.0" width="19" height="19"> <circle cx="9.5" cy="9.5" r="9.5" fill="white"/> - <text x="5" y="15" font-size="18" font-family="sans">r</text> + <text x="3" y="15" font-size="18" font-family="sans">s</text> + <text x="8" y="15" font-size="18" font-family="sans">r</text> </svg> diff --git a/gecko/install.rdf b/gecko/install.rdf index 81ea31c..e9fe3fe 100644 --- a/gecko/install.rdf +++ b/gecko/install.rdf @@ -19,7 +19,7 @@ </em:targetApplication> <em:name>SimplyRead</em:name> - <em:description>Makes webpages more readable. Press Ctrl-Alt-r or click the 'r' icon in the status bar to toggle SimplyRead.</em:description> + <em:description>Makes webpages more readable. Press Ctrl-Alt-r or click the 'sr' icon in the status bar to toggle SimplyRead.</em:description> <em:creator>Nick White</em:creator> <em:homepageURL>http://njw.me.uk/software/simplyread/</em:homepageURL> <doap:license rdf:resource="http://www.gnu.org/licenses/agpl.html"/> |