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
|
@ -96,6 +96,7 @@ slots:
|
|||
void enableEdition(EditMode newEditMode = NONE);
|
||||
void toggleTriggeredColumn();
|
||||
void updateTextLabels(bool showUnits = true);
|
||||
QString trHemisphere(const char *orig);
|
||||
|
||||
private:
|
||||
Ui::MainTab ui;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue