Skip to content

Commit

Permalink
Fix error.
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco van Wieringen committed Feb 17, 2015
1 parent c36d8c7 commit 2c512a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions platforms/win32/winbareos.nsi
Expand Up @@ -676,8 +676,8 @@ done:

# make first section mandatory
SectionSetFlags ${SEC_CLIENT} 17 # SF_SELECTED & SF_RO
# SectionSetFlags ${SEC_BCONSOLE} ${SF_SELECTED} # SF_SELECTED
SectionSetFlags ${SEC_PLUGINS} ${SEC_TRAYMON} ${SF_SELECTED} # SF_SELECTED
SectionSetFlags ${SEC_TRAYMON} ${SF_SELECTED} # SF_SELECTED
SectionSetFlags ${SEC_PLUGINS} ${SF_SELECTED} # SF_SELECTED

# find out the computer name
Call GetComputerName
Expand Down

0 comments on commit 2c512a9

Please sign in to comment.