Fix FreeBSD build.
[haiku.git] / src / tools / translation / bitsinfo / bitsinfo.rdef
blob935e1e038a43c3bfe6ec59539497cdffa9f39ecf
1 /*
2  * bitsinfo.rdef
3  */
5 resource app_signature "application/x-vnd.Haiku-bitsinfo";
7 resource 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, OBOS Translation Kit Team, Copyright © 2003 OpenBeOS Project."
17 resource app_flags B_SINGLE_LAUNCH;