2 * Copyright 2005-2006, Axel Dörfler, axeld@pinc-software.de. All rights reserved.
3 * Distributed under the terms of the MIT License.
7 #include <Application.h>
10 #include "ICOTranslator.h"
12 #include "TranslatorWindow.h"
14 #undef B_TRANSLATION_CONTEXT
15 #define B_TRANSLATION_CONTEXT "main"
18 main(int /*argc*/, char ** /*argv*/)
20 BApplication
app("application/x-vnd.Haiku-ICOTranslator");
23 result
= LaunchTranslatorWindow(new ICOTranslator
,
24 B_TRANSLATE("ICO Settings"), BRect(0, 0, 225, 175));