From d1fca1ccb8e7b7c7206258c2db5d61fc760c72a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Thu, 5 Apr 2007 14:26:06 +0000 Subject: [PATCH] Translate print the output formats twice instead of the input formats. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@20580 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/bin/translate.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/bin/translate.cpp b/src/bin/translate.cpp index c03b291373..27969917c8 100644 --- a/src/bin/translate.cpp +++ b/src/bin/translate.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2003-2006, Haiku. All Rights Reserved. + * Copyright 2003-2007, Haiku. All Rights Reserved. * Distributed under the terms of the MIT license. * * Authors: @@ -619,7 +619,7 @@ TranslateApp::ListTranslators(uint32 type) for (int32 j = 0; j < inCount; j++) { printf(" input:\t"); - print_translation_format(outputFormats[j]); + print_translation_format(inputFormats[j]); } for (int32 j = 0; j < outCount; j++) {