Initial theme selection is now random. Theme prompt now has a search input and no longer uses FlowLayout. (Resolves
issue #520)
file(GLOB txtnames *.txt)
file(GLOB cfgnames *.cfg)
install(FILES
types.ini
${txtnames}
${cfgnames}
DESTINATION ${SHAREPATH}Data/Names)