mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Hack around a translation issue
I cannot figure out how to get the hemisphere letters translated correctly in qthelper.cpp. Short term hack for now - someone who understands how this is supposed to work really needs to take a look. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
6763b93619
commit
0a6c16f35a
3 changed files with 36 additions and 24 deletions
|
@ -1110,3 +1110,8 @@ void MainTab::updateGpsCoordinates(const struct dive *dive)
|
|||
ui.coordinates->clear();
|
||||
}
|
||||
}
|
||||
|
||||
QString MainTab::trHemisphere(const char *orig)
|
||||
{
|
||||
return tr(orig);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue