diff --git a/ide/main.pp b/ide/main.pp index 97289008e5..bf94057793 100644 --- a/ide/main.pp +++ b/ide/main.pp @@ -130,7 +130,6 @@ uses debugger_language_exceptions_options, debugger_signals_options, codeexplorer_update_options, codeexplorer_categories_options, codeobserver_options, help_general_options, env_file_filters, - IdeDebugger_FpValConv_Options, // project option frames project_application_options, project_forms_options, project_lazdoc_options, project_save_options, project_versioninfo_options, project_i18n_options, @@ -4510,7 +4509,7 @@ begin // check .lrj file LRJFilename:=ChangeFileExt(CurFilename,'.lrj'); if FileExistsCached(LRJFilename) then - Files[LRJFilename]:=nil; + Files[LRJFilename]:=nil; // add // check .rst/.rsj file RSTFilename:=ChangeFileExt(CurFilename,'.rst'); RSJFilename:=ChangeFileExt(CurFilename,'.rsj'); @@ -4526,9 +4525,9 @@ begin end; //DebugLn(['TMainIDE.UpdateProjectPOFile Looking for .rst file ="',RSTFilename,'"']); if FileExistsCached(RSTFilename) then - Files[RSTFilename]:=nil; + Files[RSTFilename]:=nil; // add if FileExistsCached(RSJFilename) then - Files[RSJFilename]:=nil; + Files[RSJFilename]:=nil; // add end; // update po files