diff options
| author | Alex-TIMEHACK <[email protected]> | 2017-07-22 16:40:49 +0100 |
|---|---|---|
| committer | Alex-TIMEHACK <[email protected]> | 2017-07-22 16:40:49 +0100 |
| commit | cf4609d054ee554d7503c42322f9129f7423c4e4 (patch) | |
| tree | 2d6c46a249b84994af9fc0f514b3425f4808f1e0 /TimeHACK.Main/OS/Win95/Win95Apps/WinClassicNotepad.cs | |
| parent | 46eb239008fc30830b026b5eedc7da036d14d3f2 (diff) | |
| download | histacom2-cf4609d054ee554d7503c42322f9129f7423c4e4.tar.gz histacom2-cf4609d054ee554d7503c42322f9129f7423c4e4.tar.bz2 histacom2-cf4609d054ee554d7503c42322f9129f7423c4e4.zip | |
Fixed bugs, added features
Diffstat (limited to 'TimeHACK.Main/OS/Win95/Win95Apps/WinClassicNotepad.cs')
| -rw-r--r-- | TimeHACK.Main/OS/Win95/Win95Apps/WinClassicNotepad.cs | 1 |
1 files changed, 0 insertions, 1 deletions
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); |
