diff options
author | Jay Sorg <jay.sorg@gmail.com> | 2013-05-28 23:35:02 -0700 |
---|---|---|
committer | Jay Sorg <jay.sorg@gmail.com> | 2013-05-28 23:35:02 -0700 |
commit | 9f175d307b3e08d930744b839f245a39b31a8a3d (patch) | |
tree | 9f0f85de56b1758704fef87172d2e7fcfecaf71b /xrdp/xrdp_login_wnd.c | |
parent | 62a4403dd408f86f6a5d7e9750a2f213e6b95224 (diff) | |
download | xrdp-proprietary-9f175d307b3e08d930744b839f245a39b31a8a3d.tar.gz xrdp-proprietary-9f175d307b3e08d930744b839f245a39b31a8a3d.zip |
no logic changes, cleanup and copyright year updates
Diffstat (limited to 'xrdp/xrdp_login_wnd.c')
-rw-r--r-- | xrdp/xrdp_login_wnd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xrdp/xrdp_login_wnd.c b/xrdp/xrdp_login_wnd.c index 08abfedb..e7066798 100644 --- a/xrdp/xrdp_login_wnd.c +++ b/xrdp/xrdp_login_wnd.c @@ -1,7 +1,7 @@ /** * xrdp: A Remote Desktop Protocol server. * - * Copyright (C) Jay Sorg 2004-2012 + * Copyright (C) Jay Sorg 2004-2013 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -325,7 +325,7 @@ xrdp_wm_show_edits(struct xrdp_wm *self, struct xrdp_bitmap *combo) g_strncpy(b->caption1, &self->session->client_info->domain[1], 255); b->edit_pos = g_mbstowcs(0, b->caption1, 0); } - + } if (g_strncmp(name, "username", 255) == 0) { |