xref: /haiku/src/tools/translation/bitsinfo/bitsinfo.rdef (revision 4c8e85b316c35a9161f5a1c50ad70bc91c83a76f)
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