From 962d23c7e96d8a58e06863b7f94ff9aed3db8687 Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Mon, 9 May 2016 16:46:07 -0700 Subject: [PATCH] ...forgot to actually make the default "Default". --- DATabaseTwo/Import.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DATabaseTwo/Import.cs b/DATabaseTwo/Import.cs index 69484a0c..6bf2d552 100644 --- a/DATabaseTwo/Import.cs +++ b/DATabaseTwo/Import.cs @@ -238,7 +238,7 @@ VALUES (" + hashid + ", 'source', '" + sourceid + @"'), /// The name of the source if determined, blank otherwise private string GetSourceFromFileName(string filename) { - string source = ""; + string source = "Default"; // Determine which dattype we have GroupCollection fileinfo;