mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-14 08:04:40 +00:00
Add proper refreshing of fields in the Project and Editor settings editors.
This commit is contained in:
parent
94b6749012
commit
782ab7b73a
3 changed files with 34 additions and 8 deletions
|
|
@ -131,7 +131,7 @@ function EditorOpenTorsionProject( %projectFile )
|
|||
{
|
||||
MessageBoxOK(
|
||||
"Torsion Not Found",
|
||||
"Torsion not found at '" @ %torsionPath @ "'. Please set the correct path in the preferences."
|
||||
"Torsion not found at '" @ %torsionPath @ "'. Please set the correct path in the Editor Settings."
|
||||
);
|
||||
return;
|
||||
}
|
||||
|
|
@ -170,7 +170,7 @@ function EditorOpenFileInTorsion( %file, %line )
|
|||
{
|
||||
MessageBoxOK(
|
||||
"Torsion Not Found",
|
||||
"Torsion not found at '" @ %torsionPath @ "'. Please set the correct path in the preferences."
|
||||
"Torsion not found at '" @ %torsionPath @ "'. Please set the correct path in the Editor Settings."
|
||||
);
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue