From 85f064ce90ed6c50b7f2a8d6a7882c0ab24c2e08 Mon Sep 17 00:00:00 2001 From: mattias Date: Sun, 5 Aug 2012 10:02:55 +0000 Subject: [PATCH] IDE: fixed saving ambiguousfileaction, bug #22573 git-svn-id: trunk@38157 - --- examples/xmlreader/TestXMLReder.lpi | 14 +++++++------- ide/environmentopts.pp | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/examples/xmlreader/TestXMLReder.lpi b/examples/xmlreader/TestXMLReder.lpi index 66d3167e1c..75215773a0 100644 --- a/examples/xmlreader/TestXMLReder.lpi +++ b/examples/xmlreader/TestXMLReder.lpi @@ -41,7 +41,7 @@ - + @@ -54,8 +54,8 @@ - - + + @@ -64,27 +64,27 @@ - + - + - + - + diff --git a/ide/environmentopts.pp b/ide/environmentopts.pp index 84cdacd714..0b6f4cb4ba 100644 --- a/ide/environmentopts.pp +++ b/ide/environmentopts.pp @@ -1599,7 +1599,7 @@ begin XMLConfig.SetDeleteValue(Path+'CharcaseFileAction/Value', CharCaseFileActionNames[fCharcaseFileAction], CharCaseFileActionNames[ccfaAutoRename]); - XMLConfig.SetDeleteValue(Path+'AutoDeleteAmbiguousSources/Value', + XMLConfig.SetDeleteValue(Path+'AmbiguousFileAction/Value', AmbiguousFileActionNames[fAmbiguousFileAction], AmbiguousFileActionNames[afaAsk]); XMLConfig.SetDeleteValue(Path+'AskForFilenameOnNewFile/Value',