diff options
| author | Alex-TIMEHACK <[email protected]> | 2017-07-08 16:03:59 +0100 |
|---|---|---|
| committer | Alex-TIMEHACK <[email protected]> | 2017-07-08 16:03:59 +0100 |
| commit | f095f4efd9e2dd217045f65b7b33594b16fb0125 (patch) | |
| tree | ce0871d09e075a7ac4a081a6ba88fba2532c3864 /TimeHACK.Main/OS/Win95/Win95Apps/WinClassicNotepad.Designer.cs | |
| parent | 35f7ca92da983723ccdb2aeadc9917ea1370a19b (diff) | |
| download | histacom2-f095f4efd9e2dd217045f65b7b33594b16fb0125.tar.gz histacom2-f095f4efd9e2dd217045f65b7b33594b16fb0125.tar.bz2 histacom2-f095f4efd9e2dd217045f65b7b33594b16fb0125.zip | |
Made the Windows Explorer open non exe files PART 1
Diffstat (limited to 'TimeHACK.Main/OS/Win95/Win95Apps/WinClassicNotepad.Designer.cs')
| -rw-r--r-- | TimeHACK.Main/OS/Win95/Win95Apps/WinClassicNotepad.Designer.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicNotepad.Designer.cs b/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicNotepad.Designer.cs index c2b5db2..200feb5 100644 --- a/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicNotepad.Designer.cs +++ b/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicNotepad.Designer.cs @@ -357,7 +357,7 @@ private System.Windows.Forms.ToolStripMenuItem printToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem editToolStripMenuItem; - private System.Windows.Forms.TextBox mainText; + public System.Windows.Forms.TextBox mainText; private System.Windows.Forms.ToolStripMenuItem undoToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem cutToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem copyToolStripMenuItem; |
