| Revision 2679,
933 bytes
checked in by inagaki, 16 years ago
(diff) |
|
update: dbusmenu, file
|
-
|
old
|
new
|
|
| 55 | 55 | #define L_BCPL 11 /* BCPL */ |
| 56 | 56 | #define L_M4 12 /* M4 */ |
| 57 | 57 | #define L_PO 13 /* PO */ |
| | 58 | #define L_SPEC 14 /* Spec */ |
| 58 | 59 | |
| 59 | 60 | static const struct { |
| 60 | 61 | char human[48]; |
| … |
… |
|
| 74 | 75 | { "BCPL program", "text/x-bcpl" }, |
| 75 | 76 | { "M4 macro language pre-processor", "text/x-m4" }, |
| 76 | 77 | { "PO (gettext message catalogue)", "text/x-po" }, |
| | 78 | { "spec file", "text/x-spec" }, |
| 77 | 79 | { "cannot happen error on names.h/types", "error/x-error" } |
| 78 | 80 | }; |
| 79 | 81 | |
| … |
… |
|
| 121 | 123 | } names[] = { |
| 122 | 124 | /* These must be sorted by eye for optimal hit rate */ |
| 123 | 125 | /* Add to this list only after substantial meditation */ |
| | 126 | {"Buildroot:", L_SPEC, 2 }, |
| | 127 | {"BuildRoot:", L_SPEC, 2 }, |
| | 128 | {"%prep:", L_SPEC, 2 }, |
| | 129 | {"%setup:", L_SPEC, 2 }, |
| 124 | 130 | {"msgid", L_PO, 1 }, |
| 125 | 131 | {"dnl", L_M4, 2 }, |
| 126 | 132 | {"import", L_JAVA, 2 }, |
Note: See
TracBrowser
for help on using the repository browser.