-
-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,7 +30,7 @@ public frmMain(string location) | |
} | ||
private void frmMain_Load(object sender, EventArgs e) | ||
{ | ||
txtFilename.Text = DateTime.Now.ToString("dd-MM-yyyy HH-mm"); | ||
txtFilename.Text = DateTime.Now.ToString("dd-MM-yyyy HH-mm-ss"); | ||
txtCurrentLocation.Text = CurrentLocation ?? @"C:\"; | ||
|
||
if (Registry.GetValue(@"HKEY_CLASSES_ROOT\Directory\Background\shell\Paste As File\command", "", null) == null) | ||
|
@@ -131,7 +131,7 @@ private void lblMe_Click(object sender, EventArgs e) | |
|
||
private void lblHelp_Click(object sender, EventArgs e) | ||
{ | ||
string msg = "Paste As File helps you paste any text or images in your system clipboard into a file directly instead of creating new file yourslef"; | ||
string msg = "Paste As File helps you paste any text or images in your system clipboard into a file directly instead of creating new file yourself"; | ||
msg += "\n--------------------\nTo Register the application to your system Context Menu run the program as Administrator with this argument : /reg"; | ||
msg += "\nto Unregister the application use this argument : /unreg\n"; | ||
msg += "\n--------------------\nSend Feedback to : [email protected]\n\nThanks :)"; | ||
|