summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCocoon <cocoon@life.de>2014-04-17 16:18:18 +0200
committerCocoon <cocoon@life.de>2014-04-17 16:18:18 +0200
commit138de5c3488ffa67bd9a047dbebd768da60414d4 (patch)
tree9ea5e59b27bbe2311a9d5739ac9643f97008a852
parentbf43deabf1fc1a7671ca012040bd9c66aa55242a (diff)
downloadxrdp-proprietary-138de5c3488ffa67bd9a047dbebd768da60414d4.tar.gz
xrdp-proprietary-138de5c3488ffa67bd9a047dbebd768da60414d4.zip
remove 1 from default title string
-rw-r--r--xrdp/xrdp_login_wnd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xrdp/xrdp_login_wnd.c b/xrdp/xrdp_login_wnd.c
index 50ac89fd..8b14cb26 100644
--- a/xrdp/xrdp_login_wnd.c
+++ b/xrdp/xrdp_login_wnd.c
@@ -564,7 +564,7 @@ xrdp_login_wnd_create(struct xrdp_wm *self)
if (globals->ls_title[0] == 0)
{
g_gethostname(buf1, 256);
- g_sprintf(buf, "Login 1 to %s", buf1);
+ g_sprintf(buf, "Login to %s", buf1);
set_string(&self->login_window->caption1, buf);
}
else