From c3844d62990645b9da75751a93fb63ce6d05b60b Mon Sep 17 00:00:00 2001 From: Kenneth van Ewijk Date: Fri, 9 Oct 2015 10:06:12 +0200 Subject: [PATCH] Changed display name --- ErgometerDoctorApplication/MainWindow.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ErgometerDoctorApplication/MainWindow.cs b/ErgometerDoctorApplication/MainWindow.cs index 54db5f6..4a3789a 100644 --- a/ErgometerDoctorApplication/MainWindow.cs +++ b/ErgometerDoctorApplication/MainWindow.cs @@ -28,7 +28,7 @@ namespace ErgometerDoctorApplication private void BtnSessionLibrary_Click(object sender, EventArgs e) { - this.HeaderLabel.Text = "Bibliotheek"; + this.HeaderLabel.Text = "Sessie Bibliotheek"; conActiveSessions.Visible = false; conClientData.Visible = false; conSessionHistory.Visible = false;