mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-07 13:15:01 +00:00
Compiling data now names each file being compiled
This commit is contained in:
@@ -1187,7 +1187,7 @@ def pbCompileMachines
|
||||
end
|
||||
lineno += 1
|
||||
Graphics.update if lineno%50==0
|
||||
Win32API.SetWindowText(_INTL("Processing TM line {1}",lineno)) if lineno%50==0
|
||||
Win32API.SetWindowText(_INTL("Processing {1} line {2}",FileLineData.file,lineno)) if lineno%50==0
|
||||
}
|
||||
f.close
|
||||
elsif safeExists?("Data/tmRS.dat")
|
||||
|
||||
Reference in New Issue
Block a user