diff options
| author | Andrew <alee14498@gmail.com> | 2018-08-27 15:50:26 -0400 |
|---|---|---|
| committer | Andrew <alee14498@gmail.com> | 2018-08-27 15:50:26 -0400 |
| commit | a545b2fb7d156d7e845c1de1676e84082be17dcf (patch) | |
| tree | 4f54c013dc9636b186a750027957beead8ac0553 /Project Ports/Desktop.cs | |
| parent | 4d93c0ed7fab656f2e6ae34bfe1d2461c12ecc32 (diff) | |
| download | Project-Silicon-a545b2fb7d156d7e845c1de1676e84082be17dcf.tar.gz Project-Silicon-a545b2fb7d156d7e845c1de1676e84082be17dcf.tar.bz2 Project-Silicon-a545b2fb7d156d7e845c1de1676e84082be17dcf.zip | |
Made the version number as a variable and added a watermark
Diffstat (limited to 'Project Ports/Desktop.cs')
| -rw-r--r-- | Project Ports/Desktop.cs | 1 |
1 files changed, 1 insertions, 0 deletions
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. |
