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() {