https://git.reactos.org/?p=reactos.git;a=commitdiff;h=0b816918063b87a17b00b…
commit 0b816918063b87a17b00b536f262baf97ea67076
Author: Victor Perevertkin <victor.perevertkin(a)reactos.org>
AuthorDate: Thu Dec 10 01:20:27 2020 +0300
Commit: Victor Perevertkin <victor.perevertkin(a)reactos.org>
CommitDate: Wed Jan 27 05:15:03 2021 +0300
[DEVMGR] Remove no longer needed hack CORE-5643
This reverts commit f9739601b380b9bd8ab43d8fa87c940c65517d94.
---
dll/win32/devmgr/devmgmt/DeviceView.cpp | 5 -----
1 file changed, 5 deletions(-)
diff --git a/dll/win32/devmgr/devmgmt/DeviceView.cpp b/dll/win32/devmgr/devmgmt/DeviceView.cpp
index 8a59b6ef85e..1bb0fab7dee 100644
--- a/dll/win32/devmgr/devmgmt/DeviceView.cpp
+++ b/dll/win32/devmgr/devmgmt/DeviceView.cpp
@@ -1203,11 +1203,6 @@ CDeviceView::RefreshDeviceList()
// create a new device node and add it to the list
DeviceNode = new CDeviceNode(DeviceInfoData.DevInst, &m_ImageListData);
- /* FIXME: Start of Hack for CORE-5643 */
- if (!DeviceNode->IsInstalled())
- continue;
- /* FIXME: End of Hack for CORE-5643 */
-
if (DeviceNode->SetupNode())
{
m_DeviceNodeList.AddTail(DeviceNode);
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=9a0246ef650fb3dce0982…
commit 9a0246ef650fb3dce09829a3f1201ca7f403b1f9
Author: Joachim Henze <Joachim.Henze(a)reactos.org>
AuthorDate: Wed Jan 20 03:16:07 2021 +0100
Commit: Joachim Henze <Joachim.Henze(a)reactos.org>
CommitDate: Wed Jan 20 03:16:07 2021 +0100
[SYSDM] Improve de-DE Uptime format translation
I tried initially to use Tag(e) but that does look too
crowded with the stuff after it. Since Windows is also not
consistent with the () for singular vs plural, I did chose
always plural "Tage".
Most often people will see "0 Tage" anyway, and that fits well.
---
dll/cpl/sysdm/lang/de-DE.rc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dll/cpl/sysdm/lang/de-DE.rc b/dll/cpl/sysdm/lang/de-DE.rc
index aad3fc771e4..ec635f2e81e 100644
--- a/dll/cpl/sysdm/lang/de-DE.rc
+++ b/dll/cpl/sysdm/lang/de-DE.rc
@@ -319,7 +319,7 @@ BEGIN
IDS_PETABYTE "PB RAM"
IDS_MEGAHERTZ "MHz"
IDS_GIGAHERTZ "GHz"
- IDS_UPTIME_FORMAT "%u Days, %02u:%02u:%02u"
+ IDS_UPTIME_FORMAT "%u Tage, %02u:%02u:%02u"
IDS_VARIABLE "Variable"
IDS_VALUE "Wert"
IDS_NO_DUMP "(Keine)"