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:
parent
fac4ccbae7
commit
a5042101ea
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user