Typo fixed
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@869 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
00a571dd89
commit
d0078edd66
2 changed files with 3 additions and 3 deletions
|
@ -161,7 +161,7 @@ typedef void *langid_t; // Just so compiler can warn if an ID is given to a
|
|||
#define LANGID_CREATEDUNINST (COMMON_ID(created_uninst))
|
||||
#define LANG_INSTCORRUPTED (COMMON_STR(inst_corrupted))
|
||||
#define LANGID_INSTCORRUPTED (COMMON_ID(inst_corrupted))
|
||||
#define LANG_COPYDEATAILS (COMMON_STR(copy_details))
|
||||
#define LANGID_COPYDEATAILS (COMMON_ID(copy_details))
|
||||
#define LANG_COPYDETAILS (COMMON_STR(copy_details))
|
||||
#define LANGID_COPYDETAILS (COMMON_ID(copy_details))
|
||||
|
||||
#endif//_NSIS_LANG_H_
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue