xref: /haiku/src/tools/translation/bitsinfo/bitsinfo.rdef (revision 24b174f4f9bd173fd607c21ced067cbf72c3f07c)
1/*
2 * bitsinfo.rdef
3 */
4
5resource app_signature "application/x-vnd.Haiku-bitsinfo";
6
7resource app_version {
8	major  = 1,
9	middle = 0,
10	minor  = 0,
11	variety = 0,
12	internal = 0,
13	short_info = "bitsinfo displays text information about Be bitmap format ("bits") images.",
14	long_info = "Haiku bitsinfo is a command line tool for displaying text information about Be bitmap format ("bits") images. Written by Michael Wilber, Haiku Translation Kit Team, Copyright © 2003 Haiku Project."
15};
16
17resource app_flags B_SINGLE_LAUNCH;
18