[brasero] help: add missing logo



commit 56851ad0570d17d21df0d8d9670721df8942f405
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Sun Aug 18 09:11:48 2013 -0500

    help: add missing logo
    
    Most GNOME programs put the logo to the left of the title

 help/C/figures/logo32.png |  Bin 0 -> 2515 bytes
 help/C/index.page         |    2 +-
 help/Makefile.am          |    4 +++-
 3 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/help/C/figures/logo32.png b/help/C/figures/logo32.png
new file mode 100644
index 0000000..7524c10
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 d3e4b85..30c3705 100755
--- a/help/C/index.page
+++ b/help/C/index.page
@@ -12,7 +12,7 @@
     </license>
   </info>
 
-  <title>Brasero Help</title>
+  <title><media type="image" src="figures/logo32.png" /> Brasero Help</title>
 
   <section id="new-project" style="2column">
     <title>Create a new project</title>
diff --git a/help/Makefile.am b/help/Makefile.am
index ded4d1d..a35f656 100644
--- a/help/Makefile.am
+++ b/help/Makefile.am
@@ -4,7 +4,9 @@
 HELP_ID = brasero
 
 # List of figures to be included
-HELP_MEDIA = figures/brasero-main-window.png
+HELP_MEDIA = \
+       figures/brasero-main-window.png \
+       figures/logo32.png
 
 # List of pages
 HELP_FILES = \


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