Replace tabs with spaces in project

This commit is contained in:
Hylke Bons 2012-03-08 03:35:24 +00:00
parent 98695afbf4
commit b11f6af166
19 changed files with 2022 additions and 2022 deletions

View file

@ -59,7 +59,7 @@ namespace SparkleLib {
public SparkleConfig (string config_path, string config_file_name)
{
FullPath = Path.Combine (config_path, config_file_name);
LogFilePath = Path.Combine (config_path, "debug.log");
LogFilePath = Path.Combine (@"C:\Users\Hylke\Desktop", "debug.log");
if (File.Exists (LogFilePath)) {
try {