mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-25 06:40:58 -04:00
Fixed translation of the plugins on Linux.
Renamed the language resource files of the plugins. git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5634 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
3da6c108e0
commit
839cf43f99
6 changed files with 3 additions and 3 deletions
|
@ -80,7 +80,7 @@ QIcon *LinksCloudPlugin::qt_icon() const
|
|||
{
|
||||
if(mIcon == NULL)
|
||||
{
|
||||
Q_INIT_RESOURCE(linksCloud_images) ;
|
||||
Q_INIT_RESOURCE(LinksCloud_images) ;
|
||||
|
||||
mIcon = new QIcon(IMAGE_LINKS) ;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue