reactos/base/applications/network/netstat/lang
Joachim Henze 8ef47d2e5e
[NETSTAT] Optimize a bit (#5405)
in netstat.c 100% of the calls to
    DisplayTableHeader();
have in the exact line beforehand a call to
    ConResPuts(StdOut, IDS_ACTIVE_CONNECT);

So let's fuse them.

Also fix a superfluous space in the *.rc files before it will get duplicated
a thousand times.
2023-07-05 20:52:04 +02:00
..
en-US.rc [NETSTAT] Optimize a bit (#5405) 2023-07-05 20:52:04 +02:00
pl-PL.rc [NETSTAT] Optimize a bit (#5405) 2023-07-05 20:52:04 +02:00
zh-TW.rc [NETSTAT] Optimize a bit (#5405) 2023-07-05 20:52:04 +02:00