[gnote] Help: add logo next to title



commit 0d5ce8bf686b026c90a158b63d0858db86192d7f
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Mon Dec 9 13:47:09 2013 -0600

    Help: add logo next to title
    
    Fixes Bug 720131.

 help/C/figures/logo32.png |  Bin 0 -> 1611 bytes
 help/C/index.page         |    2 +-
 help/Makefile.am          |    1 +
 3 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/help/C/figures/logo32.png b/help/C/figures/logo32.png
new file mode 100644
index 0000000..a3c2bb1
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 3df9624..5653f3a 100644
--- a/help/C/index.page
+++ b/help/C/index.page
@@ -15,7 +15,7 @@
     </credit>
   </info>
 
-  <title>Gnote Help</title>
+  <title><media type="image" src="figures/logo32.png" /> Gnote Help</title>
 
     <section id="introduction">
     <title>Introduction</title>
diff --git a/help/Makefile.am b/help/Makefile.am
index 3c5175b..7b6011e 100644
--- a/help/Makefile.am
+++ b/help/Makefile.am
@@ -20,6 +20,7 @@ HELP_MEDIA = \
        figures/gnote-sync-progress.png \
        figures/gnote-template-note.png \
        figures/gnote-tools.png \
+       figures/logo32.png \
        figures/notebook-icon.png \
        figures/note-template.png
 HELP_FILES = \


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