From a545b2fb7d156d7e845c1de1676e84082be17dcf Mon Sep 17 00:00:00 2001 From: Andrew Date: Mon, 27 Aug 2018 15:50:26 -0400 Subject: Made the version number as a variable and added a watermark --- Project Ports/Desktop.cs | 1 + 1 file changed, 1 insertion(+) (limited to 'Project Ports/Desktop.cs') diff --git a/Project Ports/Desktop.cs b/Project Ports/Desktop.cs index 8f37a51..2697ee6 100644 --- a/Project Ports/Desktop.cs +++ b/Project Ports/Desktop.cs @@ -54,6 +54,7 @@ namespace Project_Ports MessageBox.Show("You have set the build to \"Debug\" there are some features that is disabled in this build."); #endif dclock.Start(); + desktopWatermark.Text = "Project: Ports " + Properties.Settings.Default.version + Environment.NewLine + "Working Progress"; appMenu.Hide(); //TODO: Display player name in app menu //playerName.Text = PortEngine.Properties.Settings. -- cgit v1.2.3