Bug fix: refresh Lancer QET.bat

Add --common-tbt-dir=titleblocks/ to installer and change style


git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@2755 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
scorpio810
2014-01-19 15:35:41 +00:00
parent 9fe29b4ccc
commit caf9c3c096

View File

@@ -7,5 +7,5 @@ cd /d %current_dir%
rem lance QElectroTech
rem Sans option --config-dir, la configuration de QElectroTech ainsi que la
rem collection d'elements perso seront dans "%APPDATA%\qet"
set command=bin\qelectrotech.exe --common-elements-dir=elements/ --lang-dir=lang/ -style plastique %*
set command=bin\qelectrotech.exe --common-elements-dir=elements/ --common-tbt-dir=titleblocks/ --lang-dir=lang/ -style windowsvista %*
@start %command%