[brasero] Make brasero help logo 48x48



commit 0502f75de434d1f9a3f3fcd5b804de42963a2e4a
Author: David Gumberg <davidzgumberg gmail com>
Date:   Mon Oct 13 22:10:37 2014 -0700

    Make brasero help logo 48x48
    
    Made the brasero help logo 48x48 as per https://wiki.gnome.org/DocumentationProject/Guide/Website#Icons.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=730499
    
    also updated makefile.am

 help/C/figures/logo32.png |  Bin 2515 -> 0 bytes
 help/C/figures/logo48.png |  Bin 0 -> 4519 bytes
 help/C/index.page         |    5 ++++-
 help/Makefile.am          |    2 +-
 4 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/help/C/figures/logo48.png b/help/C/figures/logo48.png
new file mode 100644
index 0000000..099bbd0
Binary files /dev/null and b/help/C/figures/logo48.png differ
diff --git a/help/C/index.page b/help/C/index.page
index 5f807d7..9b66e32 100755
--- a/help/C/index.page
+++ b/help/C/index.page
@@ -3,7 +3,10 @@
       type="guide"
       id="index">
 
-  <title><media type="image" src="figures/logo32.png" its:translate="no"/> Brasero Help</title>
+  <title>
+    <media type="image" src="figures/logo48.png" its:translate="no"/>
+    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 7d34365..6a05c0b 100644
--- a/help/Makefile.am
+++ b/help/Makefile.am
@@ -6,7 +6,7 @@ HELP_ID = brasero
 # List of figures to be included
 HELP_MEDIA = \
        figures/brasero-main-window.png \
-       figures/logo32.png
+       figures/logo48.png
 
 # List of pages
 HELP_FILES = \


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