regedit: adding confirmation message before importing from file

Andrew Eikum aeikum at codeweavers.com
Wed Aug 17 08:34:24 CDT 2011


On Wed, Aug 17, 2011 at 12:24:18PM +0000, Nowres Rafid wrote:
> -                    reg_file = fopen(realname, "r");
> +
> +					reg_file = fopen(realname, "r");

The file uses spaces for indenting. Please be consistent and don't use
tabs. This is true elsewhere, too:

>  STRINGTABLE
>  BEGIN
> +    IDS_IMPORT_BOX_TEXT     "Are you sure you want to add file informations to the registry?"
> +	IDS_IMPORT_SUCCESS_BOX_TEXT	"Values successfuly added to the registry"
> +	IDS_IMPORT_FAIL_BOX_TEXT	"Failed to add values to the registry"
> +END

Andrew



More information about the wine-devel mailing list