gnucash-htdocs master: Add Windows 10 to the download link for Windows

Geert Janssens gjanssens at code.gnucash.org
Sat Dec 5 12:56:09 EST 2015


Updated	 via  https://github.com/Gnucash/gnucash-htdocs/commit/afd7d9d0 (commit)
	from  https://github.com/Gnucash/gnucash-htdocs/commit/f76191b8 (commit)



commit afd7d9d00910c3821947f48edf6135ff4253c30b
Author: Geert Janssens <janssens-geert at telenet.be>
Date:   Sat Dec 5 18:55:54 2015 +0100

    Add Windows 10 to the download link for Windows
    
    There have been reports of successful use of gnucash on that platform
    and we only provide one binary for all versions anyway.

diff --git a/download.phtml b/download.phtml
index b6ce04b..df4dbc2 100644
--- a/download.phtml
+++ b/download.phtml
@@ -19,7 +19,7 @@ include("externals/menu.phtml");
 
 <h3><?php echo T_("Installers")?></h3>
 <ul class="imagelist">
-<li class="imagelistitem" style="background-image: url(<?=$top_dir?>/images/icons/windows.png);"><?php printf (T_("GnuCash %s for"), $latest_stable)?> <a href="<?php echo $download_path.$latest_stable_win;?>">Microsoft Windows XP/Vista/7/8</a></li>
+<li class="imagelistitem" style="background-image: url(<?=$top_dir?>/images/icons/windows.png);"><?php printf (T_("GnuCash %s for"), $latest_stable)?> <a href="<?php echo $download_path.$latest_stable_win;?>">Microsoft Windows XP/Vista/7/8/10</a></li>
 <li class="imagelistitem" style="background-image: url(<?=$top_dir?>/images/icons/macosx.png);"><?php printf (T_("GnuCash %s for"), $latest_stable)?> Mac OS X <a href="<?php echo $download_path.$latest_stable_mac_intel;?>">Intel</a> | <a href="<?php echo $download_path.$latest_stable_mac_ppc;?>">Power PC</a></li>
 </ul>
 
diff --git a/index.phtml b/index.phtml
index e7cd410..75303c9 100644
--- a/index.phtml
+++ b/index.phtml
@@ -20,7 +20,7 @@ include("externals/menu.phtml");
 
 <ul>
 <li><img alt="linux" src="<?=$top_dir?>/images/icons/linux.png" /> Linux <a href="<?php echo $download_path.$latest_stable_source;?>"><?php echo T_("Source");?></a> | <a href="<?=$home?>/download.phtml#distribution"><?php echo T_("Via distribution");?></a></li>
-<li><img alt="windows" src="<?=$top_dir?>/images/icons/windows.png" /> Microsoft Windows <a href="<?php echo $download_path.$latest_stable_win;?>">XP/Vista/7/8</a></li>
+<li><img alt="windows" src="<?=$top_dir?>/images/icons/windows.png" /> Microsoft Windows <a href="<?php echo $download_path.$latest_stable_win;?>">XP/Vista/7/8/10</a></li>
 <li><img alt="macosx" src="<?=$top_dir?>/images/icons/macosx.png" /> Mac OS X <a href="<?php echo $download_path.$latest_stable_mac_intel;?>">Intel</a> | <a href="<?php echo $download_path.$latest_stable_mac_ppc;?>">Power PC</a></li>
 <li><a href="<?=$home?>/download.phtml" style="font-size: 80%;"><?=T_("More downloads (Source, Development,...)")?></a></li>
 </ul>



Summary of changes:
 download.phtml | 2 +-
 index.phtml    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)



More information about the gnucash-changes mailing list