diff options
| author | TheEdgeNK <trey6979@gmail.com> | 2018-09-01 01:27:41 -0400 |
|---|---|---|
| committer | TheEdgeNK <trey6979@gmail.com> | 2018-09-01 01:27:41 -0400 |
| commit | 269f6d0f4cbf556da4e4154143aa85fbf0448429 (patch) | |
| tree | e73ea6f5189fb91fe67ae23648ed5a23a4e93110 /PortEngine/GeneralAPI.cs | |
| parent | fb69cc80fc9e22549915f2a0905323f145e23374 (diff) | |
| download | Project-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.cs | 2 |
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; } |
