Changeset 26034 in vbox for trunk/src/VBox/RDP/client
- Timestamp:
- Jan 25, 2010 8:31:39 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/RDP/client/rdesktop.c
r16631 r26034 39 39 #include <errno.h> 40 40 #include "rdesktop.h" 41 42 #ifdef VBOX 43 # include <VBox/version.h> 44 #endif 41 45 42 46 #ifdef HAVE_LOCALE_H … … 147 151 fprintf(stderr, "rdesktop: A Remote Desktop Protocol client.\n"); 148 152 fprintf(stderr, "Version " VERSION ". Copyright (C) 1999-2008 Matthew Chapman.\n"); 149 fprintf(stderr, "Modified for VirtualBox by Sun Microsystems, Inc.\n");153 fprintf(stderr, "Modified for VirtualBox by " VBOX_VENDOR "\n"); 150 154 fprintf(stderr, "See http://www.rdesktop.org/ for more information.\n\n"); 151 155
Note:
See TracChangeset
for help on using the changeset viewer.