diff --git a/Forms/FrmStringTable.cs b/Forms/FrmStringTable.cs
index 73f974a..ca8297f 100644
--- a/Forms/FrmStringTable.cs
+++ b/Forms/FrmStringTable.cs
@@ -154,7 +154,7 @@ private void importAllToolStripMenuItem_Click(object sender, EventArgs e)
var Table = dataGridView1.Rows[i++];
Table.Cells["TableName"].Value = name;
- Table.Cells["TableValue"].Value = line;
+ Table.Cells["TableValue"].Value = value;
}
diff --git a/alan wake 2 rmdtoc tool.csproj b/alan wake 2 rmdtoc tool.csproj
index 1216d40..06fb869 100644
--- a/alan wake 2 rmdtoc tool.csproj
+++ b/alan wake 2 rmdtoc tool.csproj
@@ -17,7 +17,7 @@
AnyCPU
true
full
- false
+ true
bin\Debug\
DEBUG;TRACE
prompt