nsh dont show in open dialog while in French
Brought to you by:
ranametal
This bug shows when you put the IDE in French. It does
not shows in English.
When I select the file type: NSIS files (*.nsi, *.nsh, *.ini)
only the nsi files are showing. The nsh and the ini files
are not displayed onless I specificaly select *.ini or
*.nsh as file type.
Logged In: NO
I fund the problem.
There is a missing semicolon in the French language file.
It should be:
NSISFileFilter=Fichiers NSIS (*.nsi, *.nsh, *.ini)
|*.nsi;*.nsh;*.ini
The ';' is missing between *.nsh and *.ini
Regis St-Gelais