diff options
| author | lempamo <[email protected]> | 2017-08-13 16:28:02 -0400 |
|---|---|---|
| committer | lempamo <[email protected]> | 2017-08-13 16:28:02 -0400 |
| commit | db4f74d257d2aeaba0e2cb354d30c005da511238 (patch) | |
| tree | 5723d7b6c3abf4aae39667d3211902a112aba5c3 | |
| parent | e858f712574f88adb93e93205d1d94dcd0f98cb6 (diff) | |
| download | histacom2-db4f74d257d2aeaba0e2cb354d30c005da511238.tar.gz histacom2-db4f74d257d2aeaba0e2cb354d30c005da511238.tar.bz2 histacom2-db4f74d257d2aeaba0e2cb354d30c005da511238.zip | |
another dialog
| -rw-r--r-- | TimeHACK.Main/OS/Win95/Win95Apps/Win95WindowsExplorer.cs | 2 |
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); |
