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