diff options
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; } |
