[ros-diffs] [fireball] 27725: Patch by Dmitry Chapyshev <lentind at yandex.ru>: - Make downloader icon in multiple color depths. - Remove a newline character from winver's window title.

fireball at svn.reactos.org fireball at svn.reactos.org
Thu Jul 19 14:14:10 CEST 2007


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 at 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.ico?rev=27725&r1=27724&r2=27725&view=diff
==============================================================================
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&r1=27724&r2=27725&view=diff
==============================================================================
--- 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);




More information about the Ros-diffs mailing list