Quote:
Originally Posted by sakhjack
Language selection has skin, but now if some are not defined there is blank space in it's place

|
Sorry about that.
In the [Languages] section of the script, simply enter the text highlighted in red color below (on script line 294 here).
Code:
#sub CreateLangList
#if defined(LangSection) && (FileLine != "") && (Pos(";", FileLine) != 1) && (Pos("[", FileLine) != 1)
#expr LangList[Count] = FileLine
#expr Count++
#elif Pos(LowerCase("[Languages]"), LowerCase(FileLine)) > 0
#define public LangSection
#endif
#endsub