OSDN Git Service

アセンブリ名を表す ApplicationSettings.AssemblyName を追加
[opentween/open-tween.git] / OpenTween / Setting / SettingBase.cs
index 2ad58fd..fc42b4d 100644 (file)
@@ -80,7 +80,7 @@ namespace OpenTween
                 string backupFile = Path.Combine(
                         Path.Combine(
                             Application.StartupPath,
-                            MyCommon.GetAssemblyName() + "Backup1st"),
+                            ApplicationSettings.AssemblyName + "Backup1st"),
                         typeof(T).Name + FileId + ".xml");
                 if (File.Exists(backupFile))
                 {