• R/O
  • HTTP
  • SSH
  • HTTPS

提交

标签
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

修订版a3d266df2996a3960b5436d686e5602ec6f35f59 (tree)
时间2010-11-07 19:07:48
作者from <from@16f4...>
Commiterfrom

Log Message

DTXCreatorSetting.config ファイルが存在しない場合に異常終了する不具合を修正。

git-svn-id: http://svn.osdn.jp/svnroot/dtxmania/trunk@26 16f42ceb-6dc6-49c8-ba94-f2d53467949d

更改概述

  • delete: "DTXCreator\343\203\227\343\203\255\343\202\270\343\202\247\343\202\257\343\203\210/\343\202\263\343\203\274\343\203\211/00.\345\205\250\344\275\223/AppSetting.cs"

差异

--- "a/DTXCreator\343\203\227\343\203\255\343\202\270\343\202\247\343\202\257\343\203\210/\343\202\263\343\203\274\343\203\211/00.\345\205\250\344\275\223/AppSetting.cs"
+++ "b/DTXCreator\343\203\227\343\203\255\343\202\270\343\202\247\343\202\257\343\203\210/\343\202\263\343\203\274\343\203\211/00.\345\205\250\344\275\223/AppSetting.cs"
@@ -57,8 +57,8 @@ namespace DTXCreator
5757 //-----------------
5858 public List<string> RecentUsedFile
5959 {
60- get;
61- set;
60+ get { return _RecentUsedFile; }
61+ set { _RecentUsedFile = value; }
6262 }
6363 private List<string> _RecentUsedFile = new List<string>();
6464 //-----------------