[NETSHELL]

Addendum to r71348:
Fix MSVC build: "netshell\lang/de-DE.rc(87) : warning RC2182 : duplicate dialog control ID 3501" . Both IDC_NETWORK_TYPICAL and IDC_NETWORK_CUSTOM setup wizard pages had this same ID.
Obviously, GCC didn't catch this error. But the generated code would not have worked as expected.

CORE-10955 #comment [~milawynsrealm], please retest with r71353.

svn path=/trunk/; revision=71353
This commit is contained in:
Hermès Bélusca-Maïto 2016-05-18 21:49:31 +00:00
parent 270d4db920
commit 63318080ba

View file

@ -54,7 +54,7 @@
/* Network setup wizard pages */
#define IDD_NETWORKSETTINGSPAGE 3500
#define IDC_NETWORK_TYPICAL 3501
#define IDC_NETWORK_CUSTOM 3501
#define IDC_NETWORK_CUSTOM 3502
#define IDD_NETWORKCOMPONENTPAGE 3600
#define IDC_COMPONENT_LIST 3601