diff --git a/reactos/subsys/system/explorer/desktop/desktop.cpp b/reactos/subsys/system/explorer/desktop/desktop.cpp
index b3b86f33a1f..ec7d6632d7c 100644
--- a/reactos/subsys/system/explorer/desktop/desktop.cpp
+++ b/reactos/subsys/system/explorer/desktop/desktop.cpp
@@ -331,7 +331,8 @@ DesktopWindow::~DesktopWindow()
HWND DesktopWindow::Create()
{
static IconWindowClass wcDesktop(TEXT("Progman"), IDI_REACTOS, CS_DBLCLKS);
- wcDesktop.hbrBackground = (HBRUSH)(COLOR_BACKGROUND+1);
+ /* (disabled because of small ugly temporary artefacts when hiding start menu)
+ wcDesktop.hbrBackground = (HBRUSH)(COLOR_BACKGROUND+1); */
int width = GetSystemMetrics(SM_CXSCREEN);
int height = GetSystemMetrics(SM_CYSCREEN);
diff --git a/reactos/subsys/system/explorer/doxy-footer.html b/reactos/subsys/system/explorer/doxy-footer.html
index 9eedeb9fbfb..1203a4b7b17 100644
--- a/reactos/subsys/system/explorer/doxy-footer.html
+++ b/reactos/subsys/system/explorer/doxy-footer.html
@@ -3,7 +3,7 @@
ROS Explorer Source Code Documentation
- generated on 01.03.2004 by
+ generated on 13.03.2004 by
|
diff --git a/reactos/subsys/system/explorer/explorer_intres.rc b/reactos/subsys/system/explorer/explorer_intres.rc
index b85c4b16bd3..e012fe87cf6 100644
--- a/reactos/subsys/system/explorer/explorer_intres.rc
+++ b/reactos/subsys/system/explorer/explorer_intres.rc
@@ -951,7 +951,7 @@ BEGIN
IDS_SHUTDOWN "Arrêter..."
IDS_LAUNCH "Exécuter..."
IDS_START_HELP "Aide"
- IDS_SEARCH_FILES "Rechercher Files..."
+ IDS_SEARCH_FILES "Rechercher Fichiers..."
IDS_DOCUMENTS "Documents"
IDS_FAVORITES "Favoris"
IDS_PROGRAMS "Programmes"
@@ -978,8 +978,8 @@ BEGIN
IDS_ABOUT_EXPLORER "A propos de l'explorateur..."
IDS_LAUNCH_MANY_PROGRAMS
"You have selected more than one program.\nAre you sure you want to launch all of them?"
- IDS_DESKTOPBAR_SETTINGS "Desktop Settings"
- IDS_DESKTOP "Desktop"
+ IDS_DESKTOPBAR_SETTINGS "Bureau"
+ IDS_DESKTOP "Bureau"
IDS_TASKBAR "Taskbar"
END
@@ -987,7 +987,7 @@ STRINGTABLE DISCARDABLE
BEGIN
IDS_STARTMENU "Startmenu"
IDS_MINIMIZE_ALL "mimimize all windows"
- IDS_DESKTOP_NUM "Desktop %d"
+ IDS_DESKTOP_NUM "Bureau %d"
END
#endif // French (France) resources