fix signature typo
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8462 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
4c8bb63bb0
commit
8326b2ff59
@ -57,7 +57,7 @@ resource mini_icon array
|
||||
$"FFFFFFFF0000000011111111FFFFFFFF"
|
||||
};
|
||||
|
||||
resource app_signature "application/x-vnd.Haiku.PoorMan";
|
||||
resource app_signature "application/x-vnd.haiku.PoorMan";
|
||||
|
||||
resource app_version
|
||||
{
|
||||
|
@ -3,7 +3,7 @@
|
||||
// ------------------------------------------------------
|
||||
// PoorMan Window
|
||||
extern const char* STR_APP_SIG
|
||||
= "application/x-vnd.OpenBeOS-PoorMan";
|
||||
= "application/x-vnd.haiku.PoorMan";
|
||||
char* STR_APP_NAME
|
||||
= "PoorMan";
|
||||
extern const char* STR_ERR_WEB_DIR
|
||||
|
Loading…
Reference in New Issue
Block a user