2 * Copyright 2010, Haiku. All rights reserved.
3 * Distributed under the terms of the MIT License.
10 #include <Application.h>
13 #include "TranslatorWindow.h"
14 #include "WebPTranslator.h"
17 #undef B_TRANSLATION_CONTEXT
18 #define B_TRANSLATION_CONTEXT "main"
24 BApplication
app("application/x-vnd.Haiku-WebPTranslator");
25 if (LaunchTranslatorWindow(new WebPTranslator
,
26 B_TRANSLATE("WebP Settings")) != B_OK
)