haiku/src/apps/cortex/InfoView
Niels Sascha Reedijk bf6a2a2bf1 Cortex: fix the catalog location of the main application
Previously, hrev55011 introduced localization for Cortex, which then
prompted to close #7530. It has then been reopened, when it turns out
that the translations for the container application (RouteApp) did not
work, whereas the individual add-ons/modules were translated.

The cause is that by default BCatalog looks up the translations based on
the subtype part of the signature. This is x-vnd.Cortex.Route (without
the application/ supertype). This change will place the translations in
the right place of the file system.

The add-ons were never affected, since they BCatalog is explicitly told
to find the translations for the entire signature, like:

static BCatalog sCatalog("application/x-vnd.Cortex.InfoView");

Even so, it was chosen to omit the `application` supertype from the
signature for the shared code as well.

This should fix #7530 for good.

Change-Id: Iff18fabef7aba68602e49db1e98cfed2f486f545
Reviewed-on: https://review.haiku-os.org/c/haiku/+/4091
Reviewed-by: Niels Sascha Reedijk <niels.reedijk@gmail.com>
Tested-by: Commit checker robot <no-reply+buildbot@haiku-os.org>
2021-06-17 10:59:18 +00:00
..
AppNodeInfoView.cpp Cortex: fix the catalog location of the main application 2021-06-17 10:59:18 +00:00
AppNodeInfoView.h
ConnectionInfoView.cpp Cortex: fix the catalog location of the main application 2021-06-17 10:59:18 +00:00
ConnectionInfoView.h
DormantNodeInfoView.cpp Cortex: fix the catalog location of the main application 2021-06-17 10:59:18 +00:00
DormantNodeInfoView.h
EndPointInfoView.cpp Cortex: fix the catalog location of the main application 2021-06-17 10:59:18 +00:00
EndPointInfoView.h
FileNodeInfoView.cpp Cortex: fix the catalog location of the main application 2021-06-17 10:59:18 +00:00
FileNodeInfoView.h
InfoView.cpp Cortex: fix the catalog location of the main application 2021-06-17 10:59:18 +00:00
InfoView.h
InfoWindow.cpp
InfoWindow.h
InfoWindowManager.cpp
InfoWindowManager.h
Jamfile Cortex: fix the catalog location of the main application 2021-06-17 10:59:18 +00:00
LiveNodeInfoView.cpp Cortex: fix the catalog location of the main application 2021-06-17 10:59:18 +00:00
LiveNodeInfoView.h