diff options
author | XhmikosR <xhmikosr@gmail.com> | 2015-07-20 23:17:13 +0300 |
---|---|---|
committer | XhmikosR <xhmikosr@gmail.com> | 2015-07-20 23:17:13 +0300 |
commit | ef8d586fc8adaed80da1ebcb5104d1c9d87304de (patch) | |
tree | 8adc751e408f8c8853e2b6f3de291aae322ab80e /src/Styles.c | |
parent | c1b1f8fae3381f48271b0acac549c12e2776ba26 (diff) | |
download | notepad2-mod-ef8d586fc8adaed80da1ebcb5104d1c9d87304de.zip notepad2-mod-ef8d586fc8adaed80da1ebcb5104d1c9d87304de.tar.gz notepad2-mod-ef8d586fc8adaed80da1ebcb5104d1c9d87304de.tar.bz2 |
Styles.c: add `SetupMutex` directive in Inno Setup keywords.
Diffstat (limited to 'src/Styles.c')
-rw-r--r-- | src/Styles.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Styles.c b/src/Styles.c index 09c4c5a..174dbc0 100644 --- a/src/Styles.c +++ b/src/Styles.c @@ -1210,7 +1210,7 @@ KEYWORDLIST KeyWords_INNO = { "languagecodepage languageid languagename licensefile lzmaalgorithm lzmablocksize lzmadictionarysize lzmamatchfinder "
"lzmanumblockthreads lzmanumfastbytes lzmauseseparateprocess mergeduplicatefiles minversion onlybelowversion "
"outputbasefilename outputdir outputmanifestfile password privilegesrequired reservebytes restartapplications "
-"restartifneededbyrun righttoleft setupiconfile setuplogging showcomponentsizes showlanguagedialog showtaskstreelines "
+"restartifneededbyrun righttoleft setupiconfile setuplogging setupmutex showcomponentsizes showlanguagedialog showtaskstreelines "
"showundisplayablelanguages signeduninstaller signeduninstallerdir signtool signtoolretrycount slicesperdisk solidcompression "
"sourcedir strongassemblyname timestamprounding timestampsinutc titlefontname titlefontsize touchdate touchtime uninstallable "
"uninstalldisplayicon uninstalldisplayname uninstallfilesdir uninstalldisplaysize uninstalllogmode uninstallrestartcomputer "
|