We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e25ea70 commit 5746622Copy full SHA for 5746622
PasteIntoFile/frmMain.cs
@@ -56,7 +56,7 @@ public frmMain(string location = null)
56
57
var filenameFormat = Settings.Default.filenameTemplate ?? DefaultFilenameFormat;
58
txtFilename.Text = DateTime.Now.ToString(filenameFormat);
59
- txtCurrentLocation.Text = location;
+ txtCurrentLocation.Text = Path.GetFullPath(location);
60
chkClrClipboard.Checked = Settings.Default.clrClipboard;
61
chkAutoSave.Checked = Settings.Default.autoSave;
62
0 commit comments