Commit 5cf83d9c authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt: fix missing translations

parent abad5110
...@@ -226,8 +226,8 @@ PLSelItem * PLSelector::addItem ( ...@@ -226,8 +226,8 @@ PLSelItem * PLSelector::addItem (
PLSelItem * putSDData( PLSelItem* item, const char* name, const char* longname ) PLSelItem * putSDData( PLSelItem* item, const char* name, const char* longname )
{ {
item->treeItem()->setData( 0, NAME_ROLE, qfu( name ) ); item->treeItem()->setData( 0, NAME_ROLE, qtr( name ) );
item->treeItem()->setData( 0, LONGNAME_ROLE, qfu( longname ) ); item->treeItem()->setData( 0, LONGNAME_ROLE, qtr( longname ) );
return item; return item;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment