appwiz.cpl: Fixed typo.

This commit is contained in:
Qian Hong 2014-09-24 22:29:01 +08:00 committed by Alexandre Julliard
parent a57d87d265
commit 7f29fc7e91
1 changed files with 2 additions and 2 deletions

View File

@ -723,11 +723,11 @@ BOOL install_addon(addon_t addon_type)
/*
* 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/
* - $INSTALL_DATADIR/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
&& install_from_default_dir() == INSTALL_NEXT