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:
@@ -55,7 +55,7 @@
|
|||||||
int
|
int
|
||||||
main()
|
main()
|
||||||
{
|
{
|
||||||
BApplication app("application/x-vnd.obos-bmp-translator");
|
BApplication app("application/x-vnd.obos-stxt-translator");
|
||||||
STXTTranslator *ptranslator = new STXTTranslator;
|
STXTTranslator *ptranslator = new STXTTranslator;
|
||||||
BView *view = NULL;
|
BView *view = NULL;
|
||||||
BRect rect(0, 0, 225, 175);
|
BRect rect(0, 0, 225, 175);
|
||||||
|
|||||||
Reference in New Issue
Block a user