mirror of
https://github.com/HistacomUnity/Histacom2-old.git
synced 2025-01-22 09:02:01 -05:00
Fixed a bug.
This commit is contained in:
parent
2eac423247
commit
eea369f5b5
1 changed files with 1 additions and 1 deletions
|
@ -301,7 +301,7 @@ private void desktopicons_DoubleClick(object sender, EventArgs e)
|
|||
{
|
||||
// It is an actual file on the disk
|
||||
|
||||
Win95WindowsExplorer we = new Win95WindowsExplorer();
|
||||
WinClassicWindowsExplorer we = new WinClassicWindowsExplorer();
|
||||
|
||||
// If it is a directory
|
||||
|
||||
|
|
Loading…
Reference in a new issue