Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.40rc1
-
None
Description
When processing .rc file with rc2lng, the following original section:
IDD_UPDATER_DIALOG AFX_DIALOG_LAYOUT
BEGIN
0,
0, 0, 0, 0,
100, 100, 0, 0,
0, 0, 0, 0,
0, 0, 0, 0,
0, 0, 0, 0,
0, 0, 0, 0,
0, 0, 0, 0
END
is replaced with:
IDD_UPDATER_DIALOG AFX_DIALOG_LAYOUT
BEGIN
0,
0, 0, 0, 0,
100, 100, 0, 0,
0, 0, 0, 0,
0, 0, 0, 0,
0, 0, 0, 0,
0, 0, 0, 0,
(the rest is missing).