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:
authorAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2018-03-20 20:57:05 +0300
committerAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2018-03-20 20:57:05 +0300
commitf7598533f7629330cb0c8a3e85da02e590badfc0 (patch)
tree1c208a1098f4f3f913e4b0ad60c565f056fbf190 /MainForm.cs
parenta1590b08308921b95656046224bc3dd75131b42c (diff)
...or Live View
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();
}
}
}