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:
Matthew Wilber
2004-01-17 16:52:19 +00:00
parent 1660ace488
commit 147fecb0db
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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());
+1 -1
View File
@@ -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 {
+1 -1
View File
@@ -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";