Author: fireball
Date: Tue Jul 24 13:13:14 2007
New Revision: 27795
URL: http://svn.reactos.org/svn/reactos?rev=27795&view=rev
Log:
Magnus: THINK, then THINK, then THINK once more! and only then hit COMMIT button.
Reverting 27783 changes, since it's just a complete mess (setting LANG_NEUTRAL, then including langauge-specific resource files?! wtf?).
Modified:
trunk/reactos/dll/cpl/intl/intl.rc
Modified: trunk/reactos/dll/cpl/intl/intl.rc
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/cpl/intl/intl.rc?rev=2…
==============================================================================
--- trunk/reactos/dll/cpl/intl/intl.rc (original)
+++ trunk/reactos/dll/cpl/intl/intl.rc Tue Jul 24 13:13:14 2007
@@ -2,8 +2,6 @@
#include <windows.h>
#include "resource.h"
-
-LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
#define REACTOS_VERSION_DLL
#define REACTOS_STR_FILE_DESCRIPTION "ReactOS Control Panel\0"
@@ -22,9 +20,10 @@
* files. Note that you can and may override resources which also have
* a neutral version. This is to get localized bitmaps for example.
*/
-#include "lang/en-US.rc"
+
#include "lang/cs-CZ.rc"
#include "lang/de-DE.rc"
+#include "lang/en-US.rc"
#include "lang/es-ES.rc"
#include "lang/fr-FR.rc"
#include "lang/hu-HU.rc"
Author: gedmurphy
Date: Mon Jul 23 22:23:15 2007
New Revision: 27790
URL: http://svn.reactos.org/svn/reactos?rev=27790&view=rev
Log:
don't add explorer to the start menu as the link is broken.
Thomas has a fix for this, but it's a rather large shell32 patch which most likely won't be finding it's way into this branch.
Modified:
branches/ros-branch-0_3_3/reactos/dll/win32/syssetup/install.c
Modified: branches/ros-branch-0_3_3/reactos/dll/win32/syssetup/install.c
URL: http://svn.reactos.org/svn/reactos/branches/ros-branch-0_3_3/reactos/dll/wi…
==============================================================================
--- branches/ros-branch-0_3_3/reactos/dll/win32/syssetup/install.c (original)
+++ branches/ros-branch-0_3_3/reactos/dll/win32/syssetup/install.c Mon Jul 23 22:23:15 2007
@@ -596,7 +596,7 @@
CreateShortcut(CSIDL_DESKTOP, NULL, IDS_SHORT_CMD, _T("%SystemRoot%\\system32\\cmd.exe"), IDS_CMT_CMD, FALSE);
/* Create program startmenu shortcuts */
- CreateShortcut(CSIDL_PROGRAMS, NULL, IDS_SHORT_EXPLORER, _T("%SystemRoot%\\explorer.exe"), IDS_CMT_EXPLORER, FALSE);
+ //CreateShortcut(CSIDL_PROGRAMS, NULL, IDS_SHORT_EXPLORER, _T("%SystemRoot%\\explorer.exe"), IDS_CMT_EXPLORER, FALSE);
CreateShortcut(CSIDL_PROGRAMS, NULL, IDS_SHORT_DOWNLOADER, _T("%SystemRoot%\\system32\\downloader.exe"), IDS_CMT_DOWNLOADER, TRUE);
/* Create administrative tools startmenu shortcuts */
Author: gedmurphy
Date: Mon Jul 23 19:19:20 2007
New Revision: 27788
URL: http://svn.reactos.org/svn/reactos?rev=27788&view=rev
Log:
change the notepad icon for the GPL notepad++ icon until a suitable replacement can be found.
Modified:
trunk/reactos/base/applications/notepad/res/notepad.ico
Modified: trunk/reactos/base/applications/notepad/res/notepad.ico
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/notepad/…
==============================================================================
Binary files - no diff available.