mirror of
https://github.com/reactos/reactos.git
synced 2025-04-27 00:50:23 +00:00
Added message table to resouces.
Fixed a duplicate message definition. svn path=/trunk/; revision=2497
This commit is contained in:
parent
17b74887c6
commit
1208d849d0
2 changed files with 3 additions and 1 deletions
|
@ -385,7 +385,7 @@ PORT_DRIVER_INTERNAL
|
||||||
MessageId=0x2D
|
MessageId=0x2D
|
||||||
Severity=Success
|
Severity=Success
|
||||||
Facility=System
|
Facility=System
|
||||||
SymbolicName=PORT_DRIVER_INTERNAL
|
SymbolicName=SCSI_DISK_DRIVER_INTERNAL
|
||||||
Language=English
|
Language=English
|
||||||
SCSI_DISK_DRIVER_INTERNAL
|
SCSI_DISK_DRIVER_INTERNAL
|
||||||
.
|
.
|
||||||
|
|
|
@ -35,3 +35,5 @@ BEGIN
|
||||||
VALUE "Translation", 0x409, 1200
|
VALUE "Translation", 0x409, 1200
|
||||||
END
|
END
|
||||||
END
|
END
|
||||||
|
|
||||||
|
#include "bugcodes.rc"
|
||||||
|
|
Loading…
Reference in a new issue