diff options
| author | Alex-TIMEHACK <[email protected]> | 2017-08-27 19:40:33 +0100 |
|---|---|---|
| committer | Alex-TIMEHACK <[email protected]> | 2017-08-27 19:40:33 +0100 |
| commit | d31cd4fbce0d51ff2a51ccf40d11613163ed2a46 (patch) | |
| tree | 74111c4be69ebd6003dcf104c68b12cea9b60513 /Histacom2/GlobalPrograms | |
| parent | 579ed261e4b035449ca838b9d852ae602a9b76bf (diff) | |
| download | histacom2-d31cd4fbce0d51ff2a51ccf40d11613163ed2a46.tar.gz histacom2-d31cd4fbce0d51ff2a51ccf40d11613163ed2a46.tar.bz2 histacom2-d31cd4fbce0d51ff2a51ccf40d11613163ed2a46.zip | |
Some tweaks
Diffstat (limited to 'Histacom2/GlobalPrograms')
| -rw-r--r-- | Histacom2/GlobalPrograms/WinClassicNotepad.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Histacom2/GlobalPrograms/WinClassicNotepad.cs b/Histacom2/GlobalPrograms/WinClassicNotepad.cs index 331f0d5..72f1e41 100644 --- a/Histacom2/GlobalPrograms/WinClassicNotepad.cs +++ b/Histacom2/GlobalPrograms/WinClassicNotepad.cs @@ -15,7 +15,7 @@ namespace Histacom2.OS.Win95.Win95Apps { public partial class WinClassicNotepad : UserControl { - string CurrentFilePath = ""; + public string CurrentFilePath = ""; public WinClassicNotepad() { InitializeComponent(); |
