Skip to content

Commit

Permalink
* Изменения в очистке кэша загрузок.
Browse files Browse the repository at this point in the history
  • Loading branch information
xvitaly committed May 15, 2013
1 parent 04aa8c7 commit d2e352d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions srcrepair/FrmMainW.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2255,6 +2255,7 @@ private void PS_RemDnlCache_Click(object sender, EventArgs e)
// Удаляем кэш загрузок...
List<String> CleanDirs = new List<string>();
CleanDirs.Add(Path.Combine(GV.FullGamePath, "download", "*.*"));
CleanDirs.Add(Path.Combine(GV.FullGamePath, "downloads", "*.*"));
OpenCleanupWindow(CleanDirs, ((Button)sender).Text.ToLower());
}

Expand Down

0 comments on commit d2e352d

Please sign in to comment.