Added South Texas

Added more Replace Words
Append a backslash to the location of the fmtall and genmacall folders
Adjusted the boxes
Format adjustments per South Texas
This commit is contained in:
2014-07-23 16:44:13 +00:00
parent e680e91a64
commit 3af196e003
5 changed files with 290 additions and 1 deletions

View File

@@ -559,7 +559,7 @@ namespace fmtxml
fbd.SelectedPath = tbResultPath.Text;
if (fbd.ShowDialog() == DialogResult.OK)
{
if (Directory.Exists(fbd.SelectedPath)) tbResultPath.Text = fbd.SelectedPath;
if (Directory.Exists(fbd.SelectedPath)) tbResultPath.Text = fbd.SelectedPath + @"\";
}
}
private void btnRtfToSvg_Click(object sender, EventArgs e)