mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-03 05:28:53 +02:00
Ghostwriter: fix supported filetypes
Ghostwriter is a text editor, it doesn't open images... Improved summary and description.
This commit is contained in:
@@ -5,18 +5,18 @@ resource app_version {
|
||||
major = @MAJOR@,
|
||||
middle = @MIDDLE@,
|
||||
minor = @MINOR@,
|
||||
|
||||
|
||||
variety = B_APPV_FINAL,
|
||||
internal = 0,
|
||||
|
||||
short_info = "ghostwriter",
|
||||
|
||||
short_info = "Ghostwriter",
|
||||
long_info = "@LONG_INFO@"
|
||||
};
|
||||
|
||||
resource app_signature "@APP_SIGNATURE@";
|
||||
|
||||
resource file_types message {
|
||||
"types" = "image"
|
||||
"types" = "text"
|
||||
};
|
||||
|
||||
resource vector_icon {
|
||||
|
||||
Reference in New Issue
Block a user