Missed a warning
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4995 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
747ad310e5
commit
baa898b952
1 changed files with 4 additions and 2 deletions
|
@ -36,11 +36,13 @@ typedef enum {
|
|||
BOTH_STATIC = 3
|
||||
} STATICID;
|
||||
|
||||
struct {
|
||||
struct NLFString {
|
||||
char *szLangStringName;
|
||||
char *szDefault;
|
||||
STATICID eStaticID;
|
||||
} NLFStrings[NLF_STRINGS] = {
|
||||
};
|
||||
|
||||
NLFString NLFStrings[NLF_STRINGS] = {
|
||||
{"^Branding", "Nullsoft Install System %s", BOTH_STATIC},
|
||||
{"^SetupCaption", "$(^Name) Setup", INSTALL_STATIC},
|
||||
{"^UninstallCaption", "$(^Name) Uninstall", UNINSTALL_STATIC},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue