mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
added comments
svn path=/trunk/; revision=5821
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -69,4 +69,3 @@ protected:
|
||||
HACCEL _hAccel;
|
||||
TCHAR _drives[BUFFER_LEN];
|
||||
};
|
||||
|
||||
|
||||
@@ -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()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user