fixed copy/paste issue

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@2885 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Matthew Wilber 2003-03-12 00:51:41 +00:00
parent d00757dea3
commit c5943e23d7

View File

@ -55,7 +55,7 @@
int
main()
{
BApplication app("application/x-vnd.obos-bmp-translator");
BApplication app("application/x-vnd.obos-stxt-translator");
STXTTranslator *ptranslator = new STXTTranslator;
BView *view = NULL;
BRect rect(0, 0, 225, 175);