Commit 7f29fc7e authored by Qian Hong's avatar Qian Hong Committed by Alexandre Julliard

appwiz.cpl: Fixed typo.

parent a57d87d2
...@@ -723,11 +723,11 @@ BOOL install_addon(addon_t addon_type) ...@@ -723,11 +723,11 @@ BOOL install_addon(addon_t addon_type)
/* /*
* Try to find addon .msi file in following order: * Try to find addon .msi file in following order:
* - directory stored in $dir_config_key value of HKCU/Wine/Software/$config_key key * - directory stored in $dir_config_key value of HKCU/Software/Wine/$config_key key
* - $datadir/$addon_subdir/ * - $datadir/$addon_subdir/
* - $INSTALL_DATADIR/wine/$addon_subdir/ * - $INSTALL_DATADIR/wine/$addon_subdir/
* - /usr/share/wine/$addon_subdir/ * - /usr/share/wine/$addon_subdir/
* - download from URL stored in $url_config_key value of HKCU/Wine/Software/$config_key key * - download from URL stored in $url_config_key value of HKCU/Software/Wine/$config_key key
*/ */
if (install_from_registered_dir() == INSTALL_NEXT if (install_from_registered_dir() == INSTALL_NEXT
&& install_from_default_dir() == INSTALL_NEXT && install_from_default_dir() == INSTALL_NEXT
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment