[gnome-calculator] Add logo to Help index



commit fd1c506b33d1b27ce3adb004a437fa411cdd86b4
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Sun Aug 18 08:54:22 2013 -0500

    Add logo to Help index
    
    Most GNOME programs display it to the left of the title

 help/C/figures/logo32.png |  Bin 0 -> 1367 bytes
 help/C/index.page         |    2 +-
 help/Makefile.am          |    3 +++
 3 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/help/C/figures/logo32.png b/help/C/figures/logo32.png
new file mode 100644
index 0000000..2e8f434
Binary files /dev/null and b/help/C/figures/logo32.png differ
diff --git a/help/C/index.page b/help/C/index.page
index be58a73..883cf05 100644
--- a/help/C/index.page
+++ b/help/C/index.page
@@ -10,7 +10,7 @@
                <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"; />
        </info>
 
-       <title>Calculator Help</title>
+       <title><media type="image" src="figures/logo32.png" /> Calculator Help</title>
 
     <section id="ui" style="2column">
         <title>User Interface</title>
diff --git a/help/Makefile.am b/help/Makefile.am
index 6ea4baa..19afac2 100644
--- a/help/Makefile.am
+++ b/help/Makefile.am
@@ -1,5 +1,8 @@
 @YELP_HELP_RULES@
 HELP_ID = gnome-calculator
+
+HELP_MEDIA = figures/logo32.png
+
 HELP_FILES = absolute.page \
              base.page \
              boolean.page \


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]