diff --git a/README b/README index fac5085d3d6828676898a2eed400733e940d3b8f..2f5036ce56bc2d981501cc93c9ed5d1f1d9058b1 100644 --- a/README +++ b/README @@ -142,7 +142,7 @@ The file documentation/samples/config contains an example configuration file which has to be adapted and copied to the location mentioned above. Don't forget to add vital registry entries by applying winedefault.reg -with programs/regapi/. See documentation/ directory for details. +with programs/regedit/. See documentation/ directory for details. See http://www.winehq.com/support/ for further configuration hints. diff --git a/documentation/README.fr b/documentation/README.fr index 604e5a904241bc1ae13b3ff27b6a86a017b0ef6c..b241e841bbaf4f9fa467aa44da9e9fc4a1c16336 100644 --- a/documentation/README.fr +++ b/documentation/README.fr @@ -156,7 +156,7 @@ configuration qui doit ci-dessus. N'oubliez pas d'ajouter des entrées de registre virtuelle en applicant -winedefault.reg avec programs/regapi/. Voyez le répertoire documentation/ pour +winedefault.reg avec programs/regedit/. Voyez le répertoire documentation/ pour les détails. Naviguez sur http://www.winehq.com/support/ pour plus d'astuce de configuration. diff --git a/documentation/installing.sgml b/documentation/installing.sgml index 237a461165fe90e8dba24dcfc52eb5edc7927b56..1936f67f56436969d7f5811df396cf3873be3653 100644 --- a/documentation/installing.sgml +++ b/documentation/installing.sgml @@ -219,11 +219,11 @@ C:\ Root directory of primary disk drive <para> Use <filename>tools/wineinstall</filename> to compile Wine and install the default registry. Or if you prefer to do - it yourself, compile <filename>programs/regapi</filename>, + it yourself, compile <filename>programs/regedit</filename>, and run: </para> <screen> - <userinput>programs/regapi/regapi setValue < winedefault.reg</userinput> + <userinput>programs/regedit/regedit < winedefault.reg</userinput> </screen> </listitem> <listitem> diff --git a/documentation/registry.sgml b/documentation/registry.sgml index 07774088cac3548f919b35d978f44191abdd2616..fb16b425e935e95b3d644526a0c17dfd85ae8327 100644 --- a/documentation/registry.sgml +++ b/documentation/registry.sgml @@ -240,8 +240,8 @@ ln -sf /usr/local/etc/wine.userreg wine.userreg installed for you if you use the <filename>tools/wineinstall</filename> script in the Wine source, but if you want to install it manually, you can do so by using the - <command>regapi</command> tool to be found in the - <filename>programs/regapi/</filename> + <command>regedit</command> tool to be found in the + <filename>programs/regedit/</filename> directory in Wine source. </para> </sect2> diff --git a/tools/winecheck b/tools/winecheck index bb8cd00cd40deeebc8f860818262fe4c211f180d..ba754d185d2369d73cd3da9ee9b402ec786b9f2d 100755 --- a/tools/winecheck +++ b/tools/winecheck @@ -619,7 +619,7 @@ sub Check_Registry { } else { - Do_PrintResult($is_critical, "entry \"SHAREDMEMLOCATION\" not found in system.reg registry file", "file winedefault.reg, the most basic wine registry environment, doesn't seem to have been applied using regapi"); + Do_PrintResult($is_critical, "entry \"SHAREDMEMLOCATION\" not found in system.reg registry file", "file winedefault.reg, the most basic wine registry environment, doesn't seem to have been applied using regedit"); } @entries = (); diff --git a/winedefault.reg b/winedefault.reg index 8b9b9a3dea2a4ce379ea9f554c7bce08440fd4d0..d71fb5c67fd34ee46452a15fd22079f60f1cc5eb 100644 --- a/winedefault.reg +++ b/winedefault.reg @@ -1,5 +1,5 @@ # These entries must apparently exist in any win95-compatible registry. -# (feed this to `regapi setValue' to install) +# (feed this to 'regedit' to install) # Shell Folders. The purpose of these are pretty self-evident. # Primarily used by installation programs and the Explorer.