Author: fireball Date: Thu Jul 19 16:14:08 2007 New Revision: 27725
URL: http://svn.reactos.org/svn/reactos?rev=27725&view=rev Log: Patch by Dmitry Chapyshev lentind@yandex.ru: - Make downloader icon in multiple color depths. - Remove a newline character from winver's window title.
Modified: trunk/rosapps/downloader/resources/main.ico trunk/rosapps/winver/winver.c
Modified: trunk/rosapps/downloader/resources/main.ico URL: http://svn.reactos.org/svn/reactos/trunk/rosapps/downloader/resources/main.i... ============================================================================== Binary files - no diff available.
Modified: trunk/rosapps/winver/winver.c URL: http://svn.reactos.org/svn/reactos/trunk/rosapps/winver/winver.c?rev=27725&a... ============================================================================== --- trunk/rosapps/winver/winver.c (original) +++ trunk/rosapps/winver/winver.c Thu Jul 19 16:14:08 2007 @@ -2,7 +2,7 @@ #include <tchar.h>
int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow) { - static const WCHAR szROS[] = { 'R','e','a','c','t','O','S','\n',0 }; + static const WCHAR szROS[] = { 'R','e','a','c','t','O','S',0 }; UNREFERENCED_PARAMETER(lpCmdLine); UNREFERENCED_PARAMETER(nCmdShow); UNREFERENCED_PARAMETER(hPrevInstance);