2 * Copyright 2005-2006, Axel Dörfler, axeld@pinc-software.de. All rights reserved.
3 * Copyright 2012, Gerasim Troeglazov, 3dEyes@gmail.com. All rights reserved.
4 * Distributed under the terms of the MIT License.
7 #include <Application.h>
9 #include "ICNSTranslator.h"
10 #include "TranslatorWindow.h"
13 main(int /*argc*/, char ** /*argv*/)
15 BApplication
app("application/x-vnd.Haiku-ICNSTranslator");
18 result
= LaunchTranslatorWindow(new ICNSTranslator
,
19 "ICNS Settings", BRect(0, 0, 320, 200));