From cf4609d054ee554d7503c42322f9129f7423c4e4 Mon Sep 17 00:00:00 2001 From: Alex-TIMEHACK Date: Sat, 22 Jul 2017 16:40:49 +0100 Subject: Fixed bugs, added features --- TimeHACK.Main/OS/Win95/Win95Apps/WinClassicNotepad.cs | 1 - 1 file changed, 1 deletion(-) (limited to 'TimeHACK.Main/OS/Win95/Win95Apps/WinClassicNotepad.cs') diff --git a/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicNotepad.cs b/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicNotepad.cs index db49c53..3117d9c 100644 --- a/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicNotepad.cs +++ b/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicNotepad.cs @@ -111,7 +111,6 @@ namespace TimeHACK.OS.Win95.Win95Apps ActivateSaveFileDialog(".txt"); string selectedPath = Program.OpenFileExplorerAsDialogAndReturnGivenPath(); - MessageBox.Show(selectedPath); if (selectedPath != "") { File.WriteAllText(selectedPath, mainText.Text); -- cgit v1.2.3