typo in signature

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8463 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Jérôme Duval 2004-07-23 12:39:16 +00:00
parent 8326b2ff59
commit a092437e2e
2 changed files with 3 additions and 2 deletions

View File

@ -116,7 +116,7 @@ resource file_types message
"types" = "application/x-vnd.Be-kmap"
};
resource app_signature "application/x-vnd.haiku-Keymap";
resource app_signature "application/x-vnd.haiku.Keymap";
resource app_version
{
@ -125,3 +125,4 @@ resource app_version
};
resource app_flags B_SINGLE_LAUNCH;

View File

@ -18,7 +18,7 @@
#include <storage/Entry.h>
#define APP_SIGNATURE "application/x-vnd.haiku-Keymap"
#define APP_SIGNATURE "application/x-vnd.haiku.Keymap"
class KeymapWindow;