Fixing MIME signatures, though these are probably somewhat pointless. Some
still had obos though... git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32504 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -51,7 +51,7 @@
|
|||||||
int
|
int
|
||||||
main()
|
main()
|
||||||
{
|
{
|
||||||
BApplication app("application/x-vnd.obos-bmp-translator");
|
BApplication app("application/x-vnd.Haiku-BMPTranslator");
|
||||||
status_t result;
|
status_t result;
|
||||||
result = LaunchTranslatorWindow(new BMPTranslator,
|
result = LaunchTranslatorWindow(new BMPTranslator,
|
||||||
"BMP Settings", BRect(0, 0, 225, 175));
|
"BMP Settings", BRect(0, 0, 225, 175));
|
||||||
|
|||||||
@@ -13,7 +13,7 @@
|
|||||||
int
|
int
|
||||||
main(int /*argc*/, char **/*argv*/)
|
main(int /*argc*/, char **/*argv*/)
|
||||||
{
|
{
|
||||||
BApplication app("application/x-vnd.haiku-exr-translator");
|
BApplication app("application/x-vnd.Haiku-EXRTranslator");
|
||||||
|
|
||||||
status_t result;
|
status_t result;
|
||||||
result = LaunchTranslatorWindow(new EXRTranslator, "EXR Settings", BRect(0, 0, 225, 175));
|
result = LaunchTranslatorWindow(new EXRTranslator, "EXR Settings", BRect(0, 0, 225, 175));
|
||||||
|
|||||||
@@ -216,7 +216,7 @@ Translate(BPositionIO *inSource, const translator_info *inInfo,
|
|||||||
|
|
||||||
|
|
||||||
GIFTranslator::GIFTranslator()
|
GIFTranslator::GIFTranslator()
|
||||||
: BApplication("application/x-vnd.Jules-GIFTranslator")
|
: BApplication("application/x-vnd.Haiku-GIFTranslator")
|
||||||
{
|
{
|
||||||
BRect rect(100, 100, 339, 339);
|
BRect rect(100, 100, 339, 339);
|
||||||
gifwindow = new GIFWindow(rect, "GIF Settings");
|
gifwindow = new GIFWindow(rect, "GIF Settings");
|
||||||
|
|||||||
@@ -13,7 +13,7 @@
|
|||||||
int
|
int
|
||||||
main(int argc, char *argv[])
|
main(int argc, char *argv[])
|
||||||
{
|
{
|
||||||
BApplication application("application/x-vnd.haiku.hvif-translator");
|
BApplication application("application/x-vnd.Haiku.HVIFTranslator");
|
||||||
if (LaunchTranslatorWindow(new HVIFTranslator, "HVIF Settings",
|
if (LaunchTranslatorWindow(new HVIFTranslator, "HVIF Settings",
|
||||||
BRect(0, 0, 250, 150)) != B_OK)
|
BRect(0, 0, 250, 150)) != B_OK)
|
||||||
return 1;
|
return 1;
|
||||||
|
|||||||
@@ -14,7 +14,7 @@
|
|||||||
int
|
int
|
||||||
main(int /*argc*/, char **/*argv*/)
|
main(int /*argc*/, char **/*argv*/)
|
||||||
{
|
{
|
||||||
BApplication app("application/x-vnd.haiku-ico-translator");
|
BApplication app("application/x-vnd.Haiku-ICOTranslator");
|
||||||
|
|
||||||
status_t result;
|
status_t result;
|
||||||
result = LaunchTranslatorWindow(new ICOTranslator, "ICO Settings", BRect(0, 0, 225, 175));
|
result = LaunchTranslatorWindow(new ICOTranslator, "ICO Settings", BRect(0, 0, 225, 175));
|
||||||
|
|||||||
@@ -15,7 +15,7 @@
|
|||||||
int
|
int
|
||||||
main(int /*argc*/, char **/*argv*/)
|
main(int /*argc*/, char **/*argv*/)
|
||||||
{
|
{
|
||||||
BApplication app("application/x-vnd.haiku-pcx-translator");
|
BApplication app("application/x-vnd.Haiku-PCXTranslator");
|
||||||
|
|
||||||
status_t result;
|
status_t result;
|
||||||
result = LaunchTranslatorWindow(new PCXTranslator, "PCX Settings", BRect(0, 0, 225, 175));
|
result = LaunchTranslatorWindow(new PCXTranslator, "PCX Settings", BRect(0, 0, 225, 175));
|
||||||
|
|||||||
@@ -53,7 +53,7 @@
|
|||||||
int
|
int
|
||||||
main()
|
main()
|
||||||
{
|
{
|
||||||
BApplication app("application/x-vnd.obos-png-translator");
|
BApplication app("application/x-vnd.Haiku-PNGTranslator");
|
||||||
status_t result;
|
status_t result;
|
||||||
result = LaunchTranslatorWindow(new PNGTranslator,
|
result = LaunchTranslatorWindow(new PNGTranslator,
|
||||||
"PNG Settings", BRect(0, 0, PNG_VIEW_WIDTH, PNG_VIEW_HEIGHT));
|
"PNG Settings", BRect(0, 0, PNG_VIEW_WIDTH, PNG_VIEW_HEIGHT));
|
||||||
|
|||||||
@@ -37,7 +37,7 @@ public:
|
|||||||
int
|
int
|
||||||
main()
|
main()
|
||||||
{
|
{
|
||||||
BApplication app("application/x-vnd.hplus-ppm-translator");
|
BApplication app("application/x-vnd.Haiku-PPMTranslator");
|
||||||
BView * v = NULL;
|
BView * v = NULL;
|
||||||
BRect r(0,0,225,175);
|
BRect r(0,0,225,175);
|
||||||
if (MakeConfig(NULL, &v, &r)) {
|
if (MakeConfig(NULL, &v, &r)) {
|
||||||
|
|||||||
@@ -27,7 +27,7 @@
|
|||||||
int
|
int
|
||||||
main(int argc, char **argv)
|
main(int argc, char **argv)
|
||||||
{
|
{
|
||||||
BApplication app("application/x-vnd.haiku-raw-translator");
|
BApplication app("application/x-vnd.Haiku-RAWTranslator");
|
||||||
|
|
||||||
#if TEST_MODE
|
#if TEST_MODE
|
||||||
if (argc > 1) {
|
if (argc > 1) {
|
||||||
|
|||||||
@@ -318,7 +318,7 @@ TextOutput::TextOutput(RTF::Header &start, BDataIO *stream, bool processRuns)
|
|||||||
// could not support any text styles (colors and fonts)
|
// could not support any text styles (colors and fonts)
|
||||||
|
|
||||||
if (processRuns && be_app == NULL)
|
if (processRuns && be_app == NULL)
|
||||||
fApplication = new BApplication("application/x-vnd.Haiku-RTF-Translator");
|
fApplication = new BApplication("application/x-vnd.Haiku-RTFTranslator");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -19,7 +19,7 @@
|
|||||||
int
|
int
|
||||||
main(int /*argc*/, char **/*argv*/)
|
main(int /*argc*/, char **/*argv*/)
|
||||||
{
|
{
|
||||||
BApplication app("application/x-vnd.haiku-rtf-translator");
|
BApplication app("application/x-vnd.Haiku-RTFTranslator");
|
||||||
|
|
||||||
status_t result;
|
status_t result;
|
||||||
result = LaunchTranslatorWindow(new RTFTranslator, "RTF Settings", BRect(0, 0, 225, 175));
|
result = LaunchTranslatorWindow(new RTFTranslator, "RTF Settings", BRect(0, 0, 225, 175));
|
||||||
|
|||||||
@@ -54,7 +54,7 @@
|
|||||||
int
|
int
|
||||||
main()
|
main()
|
||||||
{
|
{
|
||||||
BApplication app("application/x-vnd.obos-sgi-translator");
|
BApplication app("application/x-vnd.Haiku-SGITranslator");
|
||||||
status_t result;
|
status_t result;
|
||||||
result = LaunchTranslatorWindow(new SGITranslator,
|
result = LaunchTranslatorWindow(new SGITranslator,
|
||||||
"SGI Settings", BRect(0, 0, 225, 175));
|
"SGI Settings", BRect(0, 0, 225, 175));
|
||||||
|
|||||||
@@ -52,7 +52,7 @@
|
|||||||
int
|
int
|
||||||
main()
|
main()
|
||||||
{
|
{
|
||||||
BApplication app("application/x-vnd.obos-stxt-translator");
|
BApplication app("application/x-vnd.Haiku-STXTTranslator");
|
||||||
status_t result;
|
status_t result;
|
||||||
result = LaunchTranslatorWindow(new STXTTranslator,
|
result = LaunchTranslatorWindow(new STXTTranslator,
|
||||||
"STXT Settings", BRect(0, 0, 225, 175));
|
"STXT Settings", BRect(0, 0, 225, 175));
|
||||||
|
|||||||
@@ -47,7 +47,7 @@
|
|||||||
int
|
int
|
||||||
main()
|
main()
|
||||||
{
|
{
|
||||||
BApplication app("application/x-vnd.obos-tga-translator");
|
BApplication app("application/x-vnd.Haiku-TGATranslator");
|
||||||
status_t result;
|
status_t result;
|
||||||
result = LaunchTranslatorWindow(new TGATranslator,
|
result = LaunchTranslatorWindow(new TGATranslator,
|
||||||
"TGA Settings", BRect(0, 0, 225, 175));
|
"TGA Settings", BRect(0, 0, 225, 175));
|
||||||
|
|||||||
@@ -52,7 +52,7 @@
|
|||||||
int
|
int
|
||||||
main()
|
main()
|
||||||
{
|
{
|
||||||
BApplication app("application/x-vnd.obos-tiff-translator");
|
BApplication app("application/x-vnd.Haiku-TIFFTranslator");
|
||||||
status_t result;
|
status_t result;
|
||||||
result = LaunchTranslatorWindow(new TIFFTranslator,
|
result = LaunchTranslatorWindow(new TIFFTranslator,
|
||||||
"TIFF Settings", BRect(0, 0, 225, 175));
|
"TIFF Settings", BRect(0, 0, 225, 175));
|
||||||
|
|||||||
@@ -14,7 +14,7 @@
|
|||||||
int
|
int
|
||||||
main()
|
main()
|
||||||
{
|
{
|
||||||
BApplication app("application/x-vnd.haiku-wbi-translator");
|
BApplication app("application/x-vnd.Haiku-WonderBrushTranslator");
|
||||||
status_t result;
|
status_t result;
|
||||||
result = LaunchTranslatorWindow(new WonderBrushTranslator,
|
result = LaunchTranslatorWindow(new WonderBrushTranslator,
|
||||||
"WBI Settings", BRect(0, 0, 225, 175));
|
"WBI Settings", BRect(0, 0, 225, 175));
|
||||||
|
|||||||
Reference in New Issue
Block a user