vfs: check userland buffers before reading them.
[haiku.git] / src / tools / translation / tgainfo / tgainfo.rdef
blob3e0810f67671f3346fc11e38cc490c8923306fcf
1 /*
2  * tgainfo.rdef
3  */
5 resource app_signature "application/x-vnd.Haiku-tgainfo";
7 resource app_version {
8         major  = 1,
9         middle = 0,
10         minor  = 0,
11         variety = 0,
12         internal = 0,
13         short_info = "tgainfo displays text information about TGA images.",
14         long_info = "Haiku tgainfo is a command line tool for displaying text information about TGA images. Written by Michael Wilber, OBOS Translation Kit Team, Copyright © 2003 OpenBeOS Project."
17 resource app_flags B_SINGLE_LAUNCH;