From: hrwatahiki Date: Sat, 13 Apr 2013 08:27:42 +0000 (+0000) Subject: #31149対応 X-Git-Tag: 1.2.1~31 X-Git-Url: http://git.osdn.net/view?p=pydun%2FPydun.git;a=commitdiff_plain;h=3e584dae244d7f3d3d1ddcc2439ef01f051d51d0 #31149対応 git-svn-id: https://svn.osdn.net/svnroot/pydun/trunk@15 44a3fe10-d6a8-4042-99bc-5bf971f0e03b --- diff --git a/Pydun.exe b/Pydun.exe index da3d464..75dabb5 100644 Binary files a/Pydun.exe and b/Pydun.exe differ diff --git a/Pydun.py b/Pydun.py index 882989a..d198db5 100644 --- a/Pydun.py +++ b/Pydun.py @@ -1125,7 +1125,7 @@ class MapEngine(object): def save(self, filename): dt = self.savestring() - with codecs.open(filename, "w", encoding="utf-8") as f: + with codecs.open(filename, "w") as f: f.write(dt) self.filename = filename diff --git a/help/index.html b/help/index.html index 112e4f8..380ebb6 100644 --- a/help/index.html +++ b/help/index.html @@ -48,7 +48,7 @@ バージョン公開日内容 - 1.0.22013-XX-XXメニュー表記の見直し。ヘルプの追記。 + 1.0.22013-04-13詳細に感じがあると保存に失敗するのを修正。メニュー表記の見直し。ヘルプの追記。 1.0.12013-03-21ウィンドウタイトルが更新されない不具合の修正。