aboutsummaryrefslogtreecommitdiff
path: root/PortEngine/GeneralAPI.cs
diff options
context:
space:
mode:
authorTheEdgeNK <trey6979@gmail.com>2018-09-01 01:27:41 -0400
committerTheEdgeNK <trey6979@gmail.com>2018-09-01 01:27:41 -0400
commit269f6d0f4cbf556da4e4154143aa85fbf0448429 (patch)
treee73ea6f5189fb91fe67ae23648ed5a23a4e93110 /PortEngine/GeneralAPI.cs
parentfb69cc80fc9e22549915f2a0905323f145e23374 (diff)
downloadProject-Silicon-269f6d0f4cbf556da4e4154143aa85fbf0448429.tar.gz
Project-Silicon-269f6d0f4cbf556da4e4154143aa85fbf0448429.tar.bz2
Project-Silicon-269f6d0f4cbf556da4e4154143aa85fbf0448429.zip
hybrid config mode // removed feature
Diffstat (limited to 'PortEngine/GeneralAPI.cs')
-rw-r--r--PortEngine/GeneralAPI.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/PortEngine/GeneralAPI.cs b/PortEngine/GeneralAPI.cs
index c38ccbd..6ba9769 100644
--- a/PortEngine/GeneralAPI.cs
+++ b/PortEngine/GeneralAPI.cs
@@ -29,7 +29,7 @@ namespace PortEngine
public class GeneralAPI
{
- public static void setNameOnAppLauncher(Label txtUserDestination)
+ public static void appendUsername(Label txtUserDestination)
{
txtUserDestination.Text = Properties.Settings.Default.userDisplayName;
}