Add proper refreshing of fields in the Project and Editor settings editors.

This commit is contained in:
Areloch 2019-10-05 01:16:14 -05:00
parent 94b6749012
commit 782ab7b73a
3 changed files with 34 additions and 8 deletions

View file

@ -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;
}