mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Change from gettextFromC::instance()->tr() to gettextFromC::tr();
Code cleanup. Suggested-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at> Signed-off-by: Stefan Fuchs <sfuchs@gmx.de>
This commit is contained in:
parent
88e6ba2f61
commit
c953aadcf8
9 changed files with 18 additions and 18 deletions
|
@ -84,7 +84,7 @@ void DiveTypeSelectionModel::repopulate()
|
|||
{
|
||||
QStringList modes = QStringList();
|
||||
for (int i = 0; i < FREEDIVE; i++)
|
||||
modes.append(gettextFromC::instance()->tr(divemode_text_ui[i]));
|
||||
modes.append(gettextFromC::tr(divemode_text_ui[i]));
|
||||
setStringList(modes);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue