2 * Copyright 2013, Gerasim Troeglazov, 3dEyes@gmail.com. All rights reserved.
3 * Distributed under the terms of the MIT License.
6 #include <Application.h>
8 #include "PSDTranslator.h"
9 #include "TranslatorWindow.h"
12 main(int argc
, char *argv
[])
14 BApplication
application("application/x-vnd.Haiku-PSDTranslator");
17 result
= LaunchTranslatorWindow(new PSDTranslator
, "PSD Settings",
18 BRect(0, 0, 320, 200));