typo in signature
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8463 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
8326b2ff59
commit
a092437e2e
@ -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;
|
||||
|
||||
|
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user