Re: regedit: adding confirmation message before importing from file
17 Aug
2011
17 Aug
'11
1:34 p.m.
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
5232
Age (days ago)
5232
Last active (days ago)
0 comments
1 participants
participants (1)
-
Andrew Eikum