diff --git a/Trunk/Helper Programs/MapEditor/MapEditor/App.config b/Trunk/Helper Programs/MapEditor/MapEditor/App.config index cf7021d..dae144a 100644 --- a/Trunk/Helper Programs/MapEditor/MapEditor/App.config +++ b/Trunk/Helper Programs/MapEditor/MapEditor/App.config @@ -1,8 +1,9 @@  - - + + + diff --git a/Trunk/Helper Programs/MapEditor/MapEditor/Config.cs b/Trunk/Helper Programs/MapEditor/MapEditor/Config.cs index 38e26ac..ad504f8 100644 --- a/Trunk/Helper Programs/MapEditor/MapEditor/Config.cs +++ b/Trunk/Helper Programs/MapEditor/MapEditor/Config.cs @@ -11,6 +11,7 @@ namespace MapEditor { public static string ImageFilePath => ConfigurationManager.AppSettings["imageFilePath"]; - public static string OutputFilePath => ConfigurationManager.AppSettings["outputFilePath"]; + //public static string OutputFilePath => ConfigurationManager.AppSettings["outputFilePath"]; + public static string OutputFilePath => ImageFilePath.Replace(".bmp", ".xml"); } }