diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2014-07-06 18:04:32 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2014-07-06 18:04:32 +0200 |
commit | a7f89980e5b3f4b9a74c70dbc5ffe8aabd28be28 (patch) | |
tree | 41c4deec1fdfbafd7821b4ca7a9772ac0abd92f5 /scripts/showsel.mc |
Imported Upstream version 2.9.3upstream/2.9.3
Diffstat (limited to 'scripts/showsel.mc')
-rw-r--r-- | scripts/showsel.mc | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/scripts/showsel.mc b/scripts/showsel.mc new file mode 100644 index 0000000..6efd47c --- /dev/null +++ b/scripts/showsel.mc @@ -0,0 +1,29 @@ +; // This is the header section.
+
+MessageIdTypedef=DWORD
+
+SeverityNames=(Success=0x0:STATUS_SEVERITY_SUCCESS
+ Informational=0x1:STATUS_SEVERITY_INFORMATIONAL
+ Warning=0x2:STATUS_SEVERITY_WARNING
+ Error=0x3:STATUS_SEVERITY_ERROR
+ )
+
+FacilityNames=(System=0x0:FACILITY_SYSTEM
+ Runtime=0x2:FACILITY_RUNTIME
+ Stubs=0x3:FACILITY_STUBS
+ Io=0x4:FACILITY_IO_ERROR_CODE
+ )
+
+LanguageNames=(English=0x409:MSG00409)
+
+; // The following are message definitions.
+
+MessageId=0x101
+Severity=Informational
+Facility=System
+SymbolicName=MSG_SEL_RECORD
+Language=English
+SEL: %1
+.
+
+
|