1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-05 18:16:23 +03:00

0020750: DrawAppliInit file from the current directory is used during Draw starting.

This commit is contained in:
aan 2012-03-06 14:36:35 +04:00 committed by bugmaster
parent d6320495e7
commit a82a622b64

View File

@ -35,7 +35,8 @@ if { [file exist $dir] } {
wm iconbitmap . -default [file join $dir lamp.ico]
}
}
if [file readable DrawAppliInit] {
source DrawAppliInit
if { [ file readable [ file join $dir DrawAppliInit ] ] } {
source [file join $dir DrawAppliInit ]
}
}