diff options
author | marha <marha@users.sourceforge.net> | 2011-02-03 14:55:25 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2011-02-03 14:55:25 +0000 |
commit | 81d327e65a2081a5bb48f974d9101ed9f85767a6 (patch) | |
tree | c310d5b5bd07d8c2a66ff99f8be503a9e85a2e19 /xorg-server/hw/xwin/winwindow.h | |
parent | 46fbac6f1b19416ee1dbca883f0d09d9fd75d1eb (diff) | |
download | vcxsrv-81d327e65a2081a5bb48f974d9101ed9f85767a6.tar.gz vcxsrv-81d327e65a2081a5bb48f974d9101ed9f85767a6.tar.bz2 vcxsrv-81d327e65a2081a5bb48f974d9101ed9f85767a6.zip |
xdmcp: add host connected to in the title of the main window
Diffstat (limited to 'xorg-server/hw/xwin/winwindow.h')
-rw-r--r-- | xorg-server/hw/xwin/winwindow.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xorg-server/hw/xwin/winwindow.h b/xorg-server/hw/xwin/winwindow.h index f720445b4..7c65ce505 100644 --- a/xorg-server/hw/xwin/winwindow.h +++ b/xorg-server/hw/xwin/winwindow.h @@ -45,8 +45,8 @@ #endif #define EXECUTABLE_NAME "VcXsrv" #define WINDOW_CLASS "VcXsrv/x" -#define WINDOW_TITLE PROJECT_NAME " Server - %s:%s.%d" -#define WINDOW_TITLE_XDMCP PROJECT_NAME " Server - %s:%s.%d" +#define WINDOW_TITLE PROJECT_NAME " Server - Display %s:%s.%d" +#define WINDOW_TITLE_XDMCP PROJECT_NAME " Server - %s - Display %s:%s.%d" #define WIN_SCR_PROP "vcxsrv_screen_prop rl" #define WINDOW_CLASS_X "vcxsrv/x X rl" #define WINDOW_TITLE_X PROJECT_NAME " X" |