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:
@@ -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)
|
||||
|
Reference in New Issue
Block a user