Alexandre Julliard : patches: Switch to the dl.winehq.org logo images.

Alexandre Julliard julliard at winehq.org
Wed May 2 13:49:46 CDT 2018


Module: tools
Branch: master
Commit: 9344848bf8bf20a7acdddbcae3eebdd1d67ab498
URL:    https://source.winehq.org/git/tools.git/?a=commit;h=9344848bf8bf20a7acdddbcae3eebdd1d67ab498

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Wed May  2 19:51:57 2018 +0200

patches: Switch to the dl.winehq.org logo images.

Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 patches/update             | 4 ++--
 patches/update-regressions | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/patches/update b/patches/update
index 03af078..3ff7bd6 100755
--- a/patches/update
+++ b/patches/update
@@ -132,8 +132,8 @@ print INDEX start_html(-title=>"Patches list",
                        -script=>$js,
                        -style=>{src=>"patches.css"});
 
-print INDEX "<div id=\"logo_glass\"><a href=\"/patches/\"><img src=\"//winehq.org/images/winehq_logo_glass_sm.png\"></a></div>\n";
-print INDEX "<div id=\"logo_text\"><a href=\"/patches/\"><img src=\"//winehq.org/images/winehq_logo_text.png\" alt=\"WineHQ\" title=\"WineHQ\"></a></div>\n";
+print INDEX "<div id=\"logo_glass\"><a href=\"/patches/\"><img src=\"https://dl.winehq.org/share/images/winehq_logo_glass_sm.png\" alt=\"\"></a></div>\n";
+print INDEX "<div id=\"logo_text\"><a href=\"/patches/\"><img src=\"https://dl.winehq.org/share/images/winehq_logo_text.png\" alt=\"WineHQ\" title=\"WineHQ\"></a></div>\n";
 print INDEX "<div id=\"tabs\"><ul>",
     "<li><a href=\"//www.winehq.org/\">WineHQ</a></li>",
     "<li><a href=\"//wiki.winehq.org/\">Wiki</a></li>",
diff --git a/patches/update-regressions b/patches/update-regressions
index f4e4e2d..83c9ecb 100755
--- a/patches/update-regressions
+++ b/patches/update-regressions
@@ -121,8 +121,8 @@ print OUTPUT start_html(-title=>"Regressions",
                        -style=>{src=>"patches/patches.css"},
                        -script=>$js);
 
-print OUTPUT "<div id=\"logo_glass\"><a href=\"/regressions\"><img src=\"//winehq.org/images/winehq_logo_glass_sm.png\"></a></div>\n";
-print OUTPUT "<div id=\"logo_text\"><a href=\"/regressions\"><img src=\"//winehq.org/images/winehq_logo_text.png\" alt=\"WineHQ\" title=\"WineHQ\"></a></div>\n";
+print OUTPUT "<div id=\"logo_glass\"><a href=\"/regressions\"><img src=\"https://dl.winehq.org/share/images/winehq_logo_glass_sm.png\" alt=\"\"></a></div>\n";
+print OUTPUT "<div id=\"logo_text\"><a href=\"/regressions\"><img src=\"https://dl.winehq.org/share/images/winehq_logo_text.png\" alt=\"WineHQ\" title=\"WineHQ\"></a></div>\n";
 print OUTPUT "<div id=\"tabs\"><ul>",
     "<li><a href=\"//www.winehq.org/\">WineHQ</a></li>",
     "<li><a href=\"//wiki.winehq.org/\">Wiki</a></li>",




More information about the wine-cvs mailing list