Alexandre Goujon : mshtml: Update the Gecko find procedure comment to reflect the latest behavior.

Alexandre Julliard julliard at winehq.org
Thu Oct 7 11:24:25 CDT 2010


Module: wine
Branch: master
Commit: 8a64ba7ee8db50dc99024545f0905c96b5f41a0f
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=8a64ba7ee8db50dc99024545f0905c96b5f41a0f

Author: Alexandre Goujon <ale.goujon at gmail.com>
Date:   Wed Oct  6 21:33:26 2010 +0200

mshtml: Update the Gecko find procedure comment to reflect the latest behavior.

---

 dlls/mshtml/install.c |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/dlls/mshtml/install.c b/dlls/mshtml/install.c
index ee6959d..8261615 100644
--- a/dlls/mshtml/install.c
+++ b/dlls/mshtml/install.c
@@ -476,9 +476,11 @@ BOOL install_wine_gecko(BOOL silent)
     }else {
         /*
          * Try to find Gecko .cab file in following order:
-         * - directory stored in GeckoCabDir value of HKCU/Software/MSHTML key
-         * - $datadir/gecko
-         * - download from URL stored in GeckoUrl value of HKCU/Software/MSHTML key
+         * - directory stored in GeckoCabDir value of HKCU/Wine/Software/MSHTML key
+         * - $datadir/gecko/
+         * - $GECKO_DATADIR/wine/gecko/
+         * - /usr/share/wine/gecko/
+         * - download from URL stored in GeckoUrl value of HKCU/Wine/Software/MSHTML key
          */
         if(!install_from_registered_dir()
            && !install_from_default_dir()




More information about the wine-cvs mailing list