diff options
author | Egbert Eich <eich@suse.de> | 2004-04-23 19:54:30 +0000 |
---|---|---|
committer | Egbert Eich <eich@suse.de> | 2004-04-23 19:54:30 +0000 |
commit | 2fb588620030ad393f8500d60e16144d59e4effe (patch) | |
tree | 07262cbe15a40e5aeae54f62751260f83243ab79 /hw/xwin/wintrayicon.c | |
parent | 0664db19bf37f9dd69cca6adff4e238e310c3092 (diff) |
Merging XORG-CURRENT into trunk
Diffstat (limited to 'hw/xwin/wintrayicon.c')
-rwxr-xr-x | hw/xwin/wintrayicon.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/xwin/wintrayicon.c b/hw/xwin/wintrayicon.c index 90c77b1c8..9ba507ad2 100755 --- a/hw/xwin/wintrayicon.c +++ b/hw/xwin/wintrayicon.c @@ -28,7 +28,7 @@ * Authors: Early Ehlinger * Harold L Hunt II */ -/* $XFree86: xc/programs/Xserver/hw/xwin/wintrayicon.c,v 1.2 2003/10/02 13:30:11 eich Exp $ */ +/* $XFree86: $ */ #include "win.h" #include <shellapi.h> @@ -62,7 +62,7 @@ winInitNotifyIcon (winPrivScreenPtr pScreenPriv) /* Set display and screen-specific tooltip text */ snprintf (nid.szTip, sizeof (nid.szTip), - "Cygwin/XFree86 Server - %s:%d", + "Cygwin/X Server - %s:%d", display, (int) pScreenInfo->dwScreen); |