Now uses the new translation kit version macro.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@11263 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2005-02-05 21:12:22 +00:00
parent fac4ccbae7
commit a5042101ea
1 changed files with 3 additions and 3 deletions

View File

@ -569,9 +569,9 @@ TranslateApp::ListTranslators(uint32 type)
}
printf("name: %s\ninfo: %s\nversion: %ld.%ld.%ld\n", name, info,
B_TRANSLATION_MAJOR_VER(version),
B_TRANSLATION_MINOR_VER(version),
B_TRANSLATION_REVSN_VER(version));
B_TRANSLATION_MAJOR_VERSION(version),
B_TRANSLATION_MINOR_VERSION(version),
B_TRANSLATION_REVISION_VERSION(version));
for (int32 j = 0; j < inCount; j++) {
printf(" input:\t");