Fixed application signature inconsistency and fixed a typo
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@6117 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -757,7 +757,7 @@ Scaler::Dither(int32 fromRow, int32 toRow)
|
||||
dest = GetDestImage();
|
||||
|
||||
ASSERT(src->ColorSpace() == B_RGB32 || src->ColorSpace() == B_RGBA32);
|
||||
ASSERT(dest->ColorSpce() == B_CMAP8);
|
||||
ASSERT(dest->ColorSpace() == B_CMAP8);
|
||||
ASSERT(src->Bounds().IntegerWidth() == dest->Bounds().IntegerWidth());
|
||||
ASSERT(src->Bounds().IntegerHeight() == dest->Bounds().IntegerHeight());
|
||||
|
||||
|
||||
@@ -48,7 +48,7 @@ resource app_version {
|
||||
internal = 0,
|
||||
|
||||
short_info = "Show Image",
|
||||
long_info = "OpenBeOS - ShowImage\nFernando Francisco de Oliveira"
|
||||
long_info = "OpenBeOS - ShowImage"
|
||||
};
|
||||
|
||||
resource large_icon array {
|
||||
|
||||
@@ -28,4 +28,4 @@
|
||||
|
||||
#include "ShowImageConstants.h"
|
||||
|
||||
extern const char *APP_SIG = "application/x-vnd.FFO-ShowImage";
|
||||
extern const char *APP_SIG = "application/x-vnd.obos.showimage";
|
||||
|
||||
Reference in New Issue
Block a user