From 86c2f8cff6a6e521dfd25d71ee8559f6600f5587 Mon Sep 17 00:00:00 2001 From: Martin Fuchs Date: Sun, 24 Aug 2003 12:20:38 +0000 Subject: [PATCH] added comments svn path=/trunk/; revision=5821 --- reactos/subsys/system/explorer/explorer_intres.rc | 2 +- reactos/subsys/system/explorer/shell/mainframe.h | 1 - reactos/subsys/system/explorer/utility/utility.h | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/reactos/subsys/system/explorer/explorer_intres.rc b/reactos/subsys/system/explorer/explorer_intres.rc index 2d2185f8fa4..c039f74003b 100644 --- a/reactos/subsys/system/explorer/explorer_intres.rc +++ b/reactos/subsys/system/explorer/explorer_intres.rc @@ -262,7 +262,7 @@ STRINGTABLE DISCARDABLE BEGIN IDS_NETWORK "Network" IDS_CONNECTIONS "Connections" - IDS_DRIVES "File System" + IDS_DRIVES "Drives" END #endif // German (Germany) resources diff --git a/reactos/subsys/system/explorer/shell/mainframe.h b/reactos/subsys/system/explorer/shell/mainframe.h index d6a82fe6390..2f54b1176ef 100644 --- a/reactos/subsys/system/explorer/shell/mainframe.h +++ b/reactos/subsys/system/explorer/shell/mainframe.h @@ -69,4 +69,3 @@ protected: HACCEL _hAccel; TCHAR _drives[BUFFER_LEN]; }; - diff --git a/reactos/subsys/system/explorer/utility/utility.h b/reactos/subsys/system/explorer/utility/utility.h index bb17f43833e..c498f69649c 100644 --- a/reactos/subsys/system/explorer/utility/utility.h +++ b/reactos/subsys/system/explorer/utility/utility.h @@ -107,7 +107,7 @@ struct CommonControlInit /// wait cursor -struct WaitCursor +struct WaitCursor //TODO: integrate with WM_SETCURSOR to enable multithreaded background tasks as program launching { WaitCursor() {