aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlempamo <[email protected]>2017-08-13 16:28:02 -0400
committerlempamo <[email protected]>2017-08-13 16:28:02 -0400
commitdb4f74d257d2aeaba0e2cb354d30c005da511238 (patch)
tree5723d7b6c3abf4aae39667d3211902a112aba5c3
parente858f712574f88adb93e93205d1d94dcd0f98cb6 (diff)
downloadhistacom2-db4f74d257d2aeaba0e2cb354d30c005da511238.tar.gz
histacom2-db4f74d257d2aeaba0e2cb354d30c005da511238.tar.bz2
histacom2-db4f74d257d2aeaba0e2cb354d30c005da511238.zip
another dialog
-rw-r--r--TimeHACK.Main/OS/Win95/Win95Apps/Win95WindowsExplorer.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/TimeHACK.Main/OS/Win95/Win95Apps/Win95WindowsExplorer.cs b/TimeHACK.Main/OS/Win95/Win95Apps/Win95WindowsExplorer.cs
index b38c34e..5ce93f1 100644
--- a/TimeHACK.Main/OS/Win95/Win95Apps/Win95WindowsExplorer.cs
+++ b/TimeHACK.Main/OS/Win95/Win95Apps/Win95WindowsExplorer.cs
@@ -779,7 +779,7 @@ namespace TimeHACK.OS.Win95.Win95Apps
private void mainView_AfterLabelEdit(object sender, LabelEditEventArgs e)
{
string setText = e.Label;
- if (setText == "") wm.StartInfobox95("Windows Explorer", "Please enter a new directory name", InfoboxType.Info, InfoboxButtons.OK);
+ if (setText == "") wm.StartInfobox95("Rename", "You must type a filename.", InfoboxType.Error, InfoboxButtons.OK);
else
{
if (Directory.Exists(setText)) wm.StartInfobox95("Error Renaming File", $"Cannot rename {new DirectoryInfo(setText).Name}: A file with the name you specified already exists. Specify a different filename.", InfoboxType.Error, InfoboxButtons.OK);