2 * Copyright 2006, Haiku. All rights reserved.
3 * Distributed under the terms of the MIT License.
6 * Stephan Aßmus <superstippi@gmx.de>
9 #include <Application.h>
12 #include "WonderBrushTranslator.h"
13 #include "TranslatorWindow.h"
16 #undef B_TRANSLATION_CONTEXT
17 #define B_TRANSLATION_CONTEXT "WonderBrushMain"
23 BApplication
app("application/x-vnd.Haiku-WonderBrushTranslator");
25 result
= LaunchTranslatorWindow(new WonderBrushTranslator
,
26 B_TRANSLATE("WBI Settings"), BRect(0, 0, 225, 175));