Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/hakchi2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'MainForm.cs')
-rw-r--r--MainForm.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MainForm.cs b/MainForm.cs
index b62161cb..0ebe2275 100644
--- a/MainForm.cs
+++ b/MainForm.cs
@@ -1740,7 +1740,7 @@ namespace com.clusterrr.hakchi_gui
}).Start();
} else // Shift pressed
{
- new LifeViewForm().ShowDialog();
+ new LiveViewForm().ShowDialog();
}
}
}