Skip to content

Commit 6d066c3

Browse files
committed
syntax mistake
1 parent 0895559 commit 6d066c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Src/UnitSettings.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -717,7 +717,7 @@ UnicodeString __fastcall TSettingsData::GetExternScriptEditorExtension(void) {
717717

718718
// ---------------------------------------------------------------------------
719719
bool __fastcall TSettingsData::IsExternScriptEditorExtensionStored(void) {
720-
return ExternScriptEditorExtension != L"%1";
720+
return ExternScriptEditorExtension != L"lua";
721721
}
722722

723723
// ---------------------------------------------------------------------------

0 commit comments

Comments
 (0)